From: Stephan Beyer Date: Wed, 20 May 2020 22:39:27 +0000 (+0200) Subject: Remove unused member in OCC::FolderDefinition X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~221^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ff192e48d01fbbf4c27ec4f04d26aed65f4f51e3;p=nextcloud-desktop.git 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 --- 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;