mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
VFS: remove now unused parameter
This commit is contained in:
parent
c1a91e91e7
commit
82dbf8b5e1
2 changed files with 0 additions and 7 deletions
|
@ -66,12 +66,6 @@ struct OCSYNC_EXPORT VfsSetupParams
|
|||
* a different presentaton to identify the accounts
|
||||
*/
|
||||
bool multipleAccountsRegistered = false;
|
||||
|
||||
/** Whether native shell integration shall be enabled
|
||||
*
|
||||
* For some plugins that doesn't work well in tests.
|
||||
*/
|
||||
bool enableShellIntegration = true;
|
||||
};
|
||||
|
||||
/** Interface describing how to deal with virtual/placeholder files.
|
||||
|
|
|
@ -1017,7 +1017,6 @@ public:
|
|||
vfsParams.journal = _journalDb.get();
|
||||
vfsParams.providerName = "OC-TEST";
|
||||
vfsParams.providerVersion = "0.1";
|
||||
vfsParams.enableShellIntegration = false;
|
||||
QObject::connect(_syncEngine.get(), &QObject::destroyed, vfs.data(), [vfs]() {
|
||||
vfs->stop();
|
||||
vfs->unregisterFolder();
|
||||
|
|
Loading…
Reference in a new issue