preliminary stuff for paste.ee removal

This commit is contained in:
swirl
2022-01-14 18:20:06 -05:00
parent b4f750e7db
commit a62155c1c9
8 changed files with 40 additions and 67 deletions

View File

@@ -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@";

View File

@@ -67,11 +67,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
*/