aboutsummaryrefslogtreecommitdiff
path: root/buildconfig/BuildConfig.h
diff options
context:
space:
mode:
authorEzekiel Smith <ezekielsmith@protonmail.com>2022-03-15 00:51:28 +1100
committerGitHub <noreply@github.com>2022-03-15 00:51:28 +1100
commit5b8003cbe502af04792f4c462b1b8094444e19ad (patch)
treeba1bc491bddceccf1511197dfe294b6edd3dc606 /buildconfig/BuildConfig.h
parentc0719102a0ab65db80d75d61e6086f918d1f79b9 (diff)
parent6d1f9d4d02cef93e92ebf0ba46a1c1296da50673 (diff)
downloadPrismLauncher-5b8003cbe502af04792f4c462b1b8094444e19ad.tar.gz
PrismLauncher-5b8003cbe502af04792f4c462b1b8094444e19ad.tar.bz2
PrismLauncher-5b8003cbe502af04792f4c462b1b8094444e19ad.zip
Merge pull request #188 from PolyMC/removal/notifications
remove notifications
Diffstat (limited to 'buildconfig/BuildConfig.h')
-rw-r--r--buildconfig/BuildConfig.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/buildconfig/BuildConfig.h b/buildconfig/BuildConfig.h
index cf74b39e..79210505 100644
--- a/buildconfig/BuildConfig.h
+++ b/buildconfig/BuildConfig.h
@@ -46,13 +46,6 @@ public:
/// User-Agent to use for uncached requests.
QString USER_AGENT_UNCACHED;
-
- /// URL for notifications
- QString NOTIFICATION_URL;
-
- /// Used for matching notifications
- QString FULL_VERSION_STR;
-
/// The git commit hash of this build
QString GIT_COMMIT;