From 2bf7432a948f38ff52209b4e575a878e8e5b6165 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 25 Mar 2024 21:04:56 +0100 Subject: [PATCH] cleanup: remove unused macros in qmlmanager.cpp Signed-off-by: Berthold Stoeger --- mobile-widgets/qmlmanager.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index 2ca85b4e7..98531c747 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -618,9 +618,6 @@ QMLManager *QMLManager::instance() return m_instance; } -#define CLOUDURL QString(prefs.cloud_base_url) -#define CLOUDREDIRECTURL CLOUDURL + "/cgi-bin/redirect.pl" - void QMLManager::saveCloudCredentials(const QString &newEmail, const QString &newPassword, const QString &pin) { bool cloudCredentialsChanged = false;