diff options
author | swirl <swurl@swurl.xyz> | 2022-01-26 17:40:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 17:40:49 -0500 |
commit | 02889b7a11842f8d1a34ec5ce6dff1f0b4a486fb (patch) | |
tree | d8eed237b3c830c47edeeeb0fb59236d740d5ab5 /buildconfig/BuildConfig.cpp.in | |
parent | 068094583912797855cc7ef8045198d51eedcfac (diff) | |
parent | 0eff21a4f1ee97e4b0a484c608eac9617897446d (diff) | |
download | PrismLauncher-02889b7a11842f8d1a34ec5ce6dff1f0b4a486fb.tar.gz PrismLauncher-02889b7a11842f8d1a34ec5ce6dff1f0b4a486fb.tar.bz2 PrismLauncher-02889b7a11842f8d1a34ec5ce6dff1f0b4a486fb.zip |
Merge pull request #67 from PolyMC/feature/no_paste_ee
Full replacement of paste.ee
Diffstat (limited to 'buildconfig/BuildConfig.cpp.in')
-rw-r--r-- | buildconfig/BuildConfig.cpp.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/buildconfig/BuildConfig.cpp.in b/buildconfig/BuildConfig.cpp.in index af8845dc..2595f78b 100644 --- a/buildconfig/BuildConfig.cpp.in +++ b/buildconfig/BuildConfig.cpp.in @@ -42,7 +42,6 @@ Config::Config() VERSION_STR = "@Launcher_VERSION_STRING@"; NEWS_RSS_URL = "@Launcher_NEWS_RSS_URL@"; - PASTE_EE_KEY = "@Launcher_PASTE_EE_API_KEY@"; IMGUR_CLIENT_ID = "@Launcher_IMGUR_CLIENT_ID@"; MSA_CLIENT_ID = "@Launcher_MSA_CLIENT_ID@"; META_URL = "@Launcher_META_URL@"; |