mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
remove unused variable
This commit is contained in:
parent
2ccfdcb084
commit
55567f8dd2
@ -48,8 +48,6 @@ FolderMan::FolderMan(QObject *parent) :
|
||||
connect(_folderWatcherSignalMapper, SIGNAL(mapped(const QString&)),
|
||||
this, SLOT(slotScheduleSync(const QString&)));
|
||||
|
||||
MirallConfigFile cfg;
|
||||
|
||||
ne_sock_init();
|
||||
Q_ASSERT(!_instance);
|
||||
_instance = this;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user