Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-07-27 10:48:32 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-12-15 12:59:16 +0300
commit82dbf8b5e18fdb1bea1644241d6d05c3c419ca65 (patch)
treebb59a8a4e9f28da0b76ae3e93ca2a8a65e93378c /src/common
parentc1a91e91e7dabf0998833902ac914ae8c8e2b428 (diff)
VFS: remove now unused parameter
Diffstat (limited to 'src/common')
-rw-r--r--src/common/vfs.h6
1 files changed, 0 insertions, 6 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.