From: Hannah von Reth Date: Mon, 27 Jul 2020 07:48:32 +0000 (+0200) Subject: VFS: remove now unused parameter X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~21^2~468^2~76 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=82dbf8b5e18fdb1bea1644241d6d05c3c419ca65;p=nextcloud-desktop.git VFS: remove now unused parameter --- diff --git a/src/common/vfs.h b/src/common/vfs.h index b77eae161..3e17a17f9 100644 --- a/src/common/vfs.h +++ b/src/common/vfs.h @@ -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. diff --git a/test/syncenginetestutils.h b/test/syncenginetestutils.h index 223b3a433..79ce808b7 100644 --- a/test/syncenginetestutils.h +++ b/test/syncenginetestutils.h @@ -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();