aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.cpp
diff options
context:
space:
mode:
authorLenny McLennington <lennymclennington@protonmail.com>2021-12-20 02:41:08 +0000
committerLenny McLennington <lennymclennington@protonmail.com>2021-12-20 02:57:13 +0000
commite6246a9306567f5646d3bc1971a1c5c4cf8f4f54 (patch)
tree17a4e24951924f1cfcda2558bf5d13bd620a5625 /launcher/Application.cpp
parentdcb57f199531e45ac4bf947eaf8cbfe5e66fce23 (diff)
downloadPrismLauncher-e6246a9306567f5646d3bc1971a1c5c4cf8f4f54.tar.gz
PrismLauncher-e6246a9306567f5646d3bc1971a1c5c4cf8f4f54.tar.bz2
PrismLauncher-e6246a9306567f5646d3bc1971a1c5c4cf8f4f54.zip
Move MSA Client ID to the same place as the others
MSA Client ID has been moved to CMakeLists.txt, and defaults to the Client ID for the PolyMC application. Removed secrets/notsecrets library, replace with (temporary?) program_info subdirectory.
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r--launcher/Application.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index 72ed5e5a..0d7eeaef 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -76,8 +76,6 @@
#include <ganalytics.h>
#include <sys.h>
-#include <Secrets.h>
-
#if defined Q_OS_WIN32
#ifndef WIN32_LEAN_AND_MEAN
@@ -1559,10 +1557,6 @@ void Application::on_windowClose()
}
}
-QString Application::msaClientId() const {
- return Secrets::getMSAClientID('-');
-}
-
void Application::updateProxySettings(QString proxyTypeStr, QString addr, int port, QString user, QString password)
{
// Set the application proxy settings.