Remove SelectiveSyncText

It is unused and there were compiler warnings about it not
appearing it various switch() statements.
This commit is contained in:
Christian Kamm 2015-04-23 14:13:33 +02:00
parent 0d30e01e98
commit dbddabfcd7

View file

@ -61,7 +61,7 @@ public:
mutable QVector<SubFolderInfo> _folders;
enum ItemType { RootFolder, SubFolder, AddButton, SelectiveSyncText };
enum ItemType { RootFolder, SubFolder, AddButton/*, SelectiveSyncText*/ };
ItemType classify(const QModelIndex &index) const;
SubFolderInfo *infoForIndex(const QModelIndex &index) const;