diff options
author | swirl <swurl@swurl.xyz> | 2022-02-20 19:23:08 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2022-02-20 19:23:08 -0500 |
commit | da70122d9c46c6281c06fe1dedc558c13077f64f (patch) | |
tree | 2a8804f710b3b60a8cdfdf71fee90333234765f0 /buildconfig | |
parent | 613b351f1342ac80f5699dbdb53b9ff5c1f1056f (diff) | |
download | PrismLauncher-da70122d9c46c6281c06fe1dedc558c13077f64f.tar.gz PrismLauncher-da70122d9c46c6281c06fe1dedc558c13077f64f.tar.bz2 PrismLauncher-da70122d9c46c6281c06fe1dedc558c13077f64f.zip |
remove notifications
Diffstat (limited to 'buildconfig')
-rw-r--r-- | buildconfig/BuildConfig.cpp.in | 2 | ||||
-rw-r--r-- | buildconfig/BuildConfig.h | 7 |
2 files changed, 0 insertions, 9 deletions
diff --git a/buildconfig/BuildConfig.cpp.in b/buildconfig/BuildConfig.cpp.in index 0ffc9326..ed6a755a 100644 --- a/buildconfig/BuildConfig.cpp.in +++ b/buildconfig/BuildConfig.cpp.in @@ -25,8 +25,6 @@ Config::Config() BUILD_PLATFORM = "@Launcher_BUILD_PLATFORM@"; UPDATER_BASE = "@Launcher_UPDATER_BASE@"; - NOTIFICATION_URL = "@Launcher_NOTIFICATION_URL@"; - FULL_VERSION_STR = "@Launcher_VERSION_MAJOR@.@Launcher_VERSION_MINOR@.@Launcher_VERSION_BUILD@"; GIT_COMMIT = "@Launcher_GIT_COMMIT@"; GIT_REFSPEC = "@Launcher_GIT_REFSPEC@"; diff --git a/buildconfig/BuildConfig.h b/buildconfig/BuildConfig.h index 111381ab..a5c3c859 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; |