neutrino: fix build

Origin commit data
------------------
Branch: ni/coolstream
Commit: eef7c4c867
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-02-09 (Thu, 09 Feb 2017)

Origin message was:
------------------
- neutrino: fix build

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-02-09 20:58:44 +01:00
parent ab0fdc2825
commit 490a4e0d9c
2 changed files with 4 additions and 13 deletions

View File

@@ -1018,15 +1018,6 @@ void CNeutrinoApp::upgradeSetup(const char * fname)
}
}
//NI
if (g_settings.version_pseudo < "20160623110000")
{
if (g_settings.screen_xres == 112)
g_settings.screen_xres = 105;
if (g_settings.screen_yres == 112)
g_settings.screen_yres = 105;
}
//NI
if (g_settings.version_pseudo < "20160804110000")
{
if (g_settings.tmdb_api_key == "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX")