Remove unused declaration.

This commit is contained in:
Daniel Molkentin 2012-09-20 11:09:06 +02:00
parent 50166424c8
commit aa34331489
1 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@ class QSignalMapper;
namespace Mirall {
class SyncResult;
class OwncloudSetup;
class FolderMan : public QObject
{
@ -109,7 +108,6 @@ private:
Folder::Map _folderMap;
QHash<QString, bool> _folderEnabledMap;
QString _folderConfigPath;
OwncloudSetup *_ownCloudSetup;
QSignalMapper *_folderChangeSignalMapper;
QString _currentSyncFolder;
QStringList _scheduleQueue;