mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
cleanup: remove unused macros in qmlmanager.cpp
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
c53cdf039b
commit
2bf7432a94
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue