This commit is contained in:
Lirusaito
2019-03-11 20:45:34 -04:00
parent 7d97ebf581
commit 68fd65b55a

View File

@@ -130,7 +130,6 @@ private:
void check_for_updates() void check_for_updates()
{ {
#if LL_WINDOWS | LL_LINUX | LL_DARWIN
// Hard-code the update url for now. // Hard-code the update url for now.
std::string url = "http://singularity-viewer.github.io/pages/api/get_update_info.json";//gSavedSettings.getString("SHUpdateCheckURL"); std::string url = "http://singularity-viewer.github.io/pages/api/get_update_info.json";//gSavedSettings.getString("SHUpdateCheckURL");
if (!url.empty()) if (!url.empty())
@@ -151,5 +150,4 @@ void check_for_updates()
} }
LLHTTPClient::get(url, new GetUpdateInfoResponder(type)); LLHTTPClient::get(url, new GetUpdateInfoResponder(type));
} }
#endif
} }