VFS: remove now unused parameter

This commit is contained in:
Hannah von Reth 2020-07-27 09:48:32 +02:00 committed by Kevin Ottens
parent c1a91e91e7
commit 82dbf8b5e1
No known key found for this signature in database
GPG key ID: 074BBBCB8DECC9E2
2 changed files with 0 additions and 7 deletions

View file

@ -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.

View file

@ -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();