VFS: remove now unused parameter
authorHannah von Reth <hannah.vonreth@owncloud.com>
Mon, 27 Jul 2020 07:48:32 +0000 (09:48 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:59:16 +0000 (10:59 +0100)
src/common/vfs.h
test/syncenginetestutils.h

index b77eae161a1296b3cc368f30326834d93fdf8550..3e17a17f9d4358a3e948d4cbd6dd3f61758e1b5c 100644 (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.
index 223b3a433ffae377de1f553bf1637472317f73b0..79ce808b70aa2c59e3936b95a4885d445b62328a 100644 (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();