mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 03:39:17 +01:00
Remove unused variable
This commit is contained in:
parent
b90b7288d4
commit
b384dfd0c1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user