From 82dbf8b5e18fdb1bea1644241d6d05c3c419ca65 Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Mon, 27 Jul 2020 09:48:32 +0200 Subject: [PATCH] VFS: remove now unused parameter --- src/common/vfs.h | 6 ------ test/syncenginetestutils.h | 1 - 2 files changed, 7 deletions(-) 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(); -- 2.30.2