Remove unused member in OCC::FolderDefinition
authorStephan Beyer <s-beyer@gmx.net>
Wed, 20 May 2020 22:39:27 +0000 (00:39 +0200)
committerStephan Beyer <s-beyer@gmx.net>
Wed, 20 May 2020 22:56:06 +0000 (00:56 +0200)
OCC::FolderDefinition has a member called isClientSideEncrypted
that was introduced by commit 9318c487b9 but has not been used
in any way since.

Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
src/gui/folder.h

index b16bba5cd5d8c915a673ad8bde5fd211e7c2a6ef..bd4e40fbc3426c2afa4bd4dda72060efad3a9fe5 100644 (file)
@@ -65,8 +65,6 @@ public:
     bool paused;
     /// whether the folder syncs hidden files
     bool ignoreHiddenFiles;
-    /// the folder has client side encryption
-    bool isClientSideEncrypted;
     /// The CLSID where this folder appears in registry for the Explorer navigation pane entry.
     QUuid navigationPaneClsid;