Skip to content

Commit 1cf5b08

Browse files
committed
fix(accountmanager): remove legacy config path constants moved to Migration.
These four constexpr variables were already moved to migration.cpp as part of the refactor. The leftover copies in accountmanager.cpp were causing -Wunused-const-variable errors on Linux and macOS. Signed-off-by: Camila Ayres <hello@camilasan.com>
1 parent 31bbede commit 1cf5b08

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/gui/accountmanager.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ constexpr auto webflowAuthPrefix = "webflow_";
7070

7171
constexpr auto networkProxyPasswordKeychainKeySuffixC = "_proxy_password";
7272

73-
constexpr auto legacyRelativeConfigLocationC = "/ownCloud/owncloud.cfg";
74-
constexpr auto legacyCfgFileNameC = "owncloud.cfg";
75-
76-
constexpr auto unbrandedRelativeConfigLocationC = "/Nextcloud/nextcloud.cfg";
77-
constexpr auto unbrandedCfgFileNameC = "nextcloud.cfg";
7873

7974
// The maximum versions that this client can read
8075
constexpr auto maxAccountsVersion = 13;

0 commit comments

Comments
 (0)