This commit is contained in:
GetAway
2019-01-02 23:13:40 +01:00
parent 9834e9e18e
commit 2cfd6b7f89

View File

@@ -4968,13 +4968,6 @@ void CNeutrinoApp::loadKeys(const char * fname)
g_settings.key_next43mode = tconfig.getInt32("key_next43mode", CRCInput::RC_next);
g_settings.key_volumeup = tconfig.getInt32( "key_volumeup", CRCInput::RC_plus );
g_settings.key_volumedown = tconfig.getInt32( "key_volumedown", CRCInput::RC_minus );
// backward-compatible check
if (g_settings.key_channelList_cancel == 174) { /* KEY_EXIT */
g_settings.key_channelList_cancel = 102; /* KEY_HOME */
}
if (g_settings.key_zaphistory == 174) {
g_settings.key_zaphistory = 102;
}
}
void CNeutrinoApp::saveKeys(const char * fname)