mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Remove a totally unused enum
This commit is contained in:
parent
48e05434e4
commit
ceaf97b204
@ -574,16 +574,6 @@ A directory: contains subdirectories and layers
|
||||
#include "qgsdataitem.h"
|
||||
%End
|
||||
public:
|
||||
enum Column
|
||||
{
|
||||
Name,
|
||||
Size,
|
||||
Date,
|
||||
Permissions,
|
||||
Owner,
|
||||
Group,
|
||||
Type
|
||||
};
|
||||
|
||||
QgsDirectoryItem( QgsDataItem *parent, const QString &name, const QString &path );
|
||||
|
||||
|
@ -591,16 +591,6 @@ class CORE_EXPORT QgsDirectoryItem : public QgsDataCollectionItem
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
enum Column
|
||||
{
|
||||
Name,
|
||||
Size,
|
||||
Date,
|
||||
Permissions,
|
||||
Owner,
|
||||
Group,
|
||||
Type
|
||||
};
|
||||
|
||||
QgsDirectoryItem( QgsDataItem *parent, const QString &name, const QString &path );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user