From ff192e48d01fbbf4c27ec4f04d26aed65f4f51e3 Mon Sep 17 00:00:00 2001 From: Stephan Beyer Date: Thu, 21 May 2020 00:39:27 +0200 Subject: [PATCH] Remove unused member in OCC::FolderDefinition 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 --- src/gui/folder.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/folder.h b/src/gui/folder.h index b16bba5cd..bd4e40fbc 100644 --- a/src/gui/folder.h +++ b/src/gui/folder.h @@ -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; -- 2.30.2