Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove a totally unused enum
  • Loading branch information
nyalldawson committed Feb 8, 2019
1 parent 48e0543 commit ceaf97b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions python/core/auto_generated/qgsdataitem.sip.in
Expand Up @@ -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 );

Expand Down
10 changes: 0 additions & 10 deletions src/core/qgsdataitem.h
Expand Up @@ -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 );

Expand Down

0 comments on commit ceaf97b

Please sign in to comment.