mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
- keybind_setup: remove double line
This commit is contained in:
@@ -253,7 +253,6 @@ int CKeybindSetup::showKeySetup()
|
|||||||
cc = new CMenuOptionNumberChooser(LOCALE_KEYBINDINGMENU_REPEATBLOCKGENERIC,
|
cc = new CMenuOptionNumberChooser(LOCALE_KEYBINDINGMENU_REPEATBLOCKGENERIC,
|
||||||
&g_settings.repeat_genericblocker, true, 0, 999);
|
&g_settings.repeat_genericblocker, true, 0, 999);
|
||||||
cc->setNumberFormat(ms_number_format);
|
cc->setNumberFormat(ms_number_format);
|
||||||
cc->setNumberFormat(ms_number_format);
|
|
||||||
cc->setHint("", LOCALE_MENU_HINT_KEY_REPEATBLOCKGENERIC);
|
cc->setHint("", LOCALE_MENU_HINT_KEY_REPEATBLOCKGENERIC);
|
||||||
keySettings->addItem(cc);
|
keySettings->addItem(cc);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user