Remove unused variable

This commit is contained in:
Sude 2018-01-11 10:00:11 +02:00
parent b90b7288d4
commit b384dfd0c1

View File

@ -72,7 +72,6 @@ int galaxyAPI::init()
bool galaxyAPI::refreshLogin()
{
bool res = false;
std::string refresh_url = "https://auth.gog.com/token?client_id=" + Globals::galaxyConf.getClientId()
+ "&client_secret=" + Globals::galaxyConf.getClientSecret()
+ "&grant_type=refresh_token"