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 | |
| 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')
| -rw-r--r-- | buildconfig/BuildConfig.cpp.in | 1 | ||||
| -rw-r--r-- | buildconfig/BuildConfig.h | 5 |
2 files changed, 0 insertions, 6 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@"; diff --git a/buildconfig/BuildConfig.h b/buildconfig/BuildConfig.h index 009fb2bc..d09d5288 100644 --- a/buildconfig/BuildConfig.h +++ b/buildconfig/BuildConfig.h @@ -68,11 +68,6 @@ public: QString NEWS_RSS_URL; /** - * API key you can get from paste.ee when you register an account - */ - QString PASTE_EE_KEY; - - /** * Client ID you can get from Imgur when you register an application */ QString IMGUR_CLIENT_ID; |
