keybind_setup: remove double line

Origin commit data
------------------
Commit: 6a357c1b53
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-12-22 (Sun, 22 Dec 2013)

Origin message was:
------------------
- keybind_setup: remove double line
This commit is contained in:
vanhofen
2013-12-22 22:09:51 +01:00
parent 9059f739c9
commit 638699d894

View File

@@ -253,7 +253,6 @@ int CKeybindSetup::showKeySetup()
cc = new CMenuOptionNumberChooser(LOCALE_KEYBINDINGMENU_REPEATBLOCKGENERIC,
&g_settings.repeat_genericblocker, true, 0, 999);
cc->setNumberFormat(ms_number_format);
cc->setNumberFormat(ms_number_format);
cc->setHint("", LOCALE_MENU_HINT_KEY_REPEATBLOCKGENERIC);
keySettings->addItem(cc);