From d64c89dd7bf15cc0b65d8443a1fe915ce44bad5a Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 22 Dec 2013 22:09:51 +0100 Subject: [PATCH] keybind_setup: remove double line Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/6a357c1b53155ab56d8a239bde1bcebbdaeb9a41 Author: vanhofen Date: 2013-12-22 (Sun, 22 Dec 2013) Origin message was: ------------------ - keybind_setup: remove double line ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/keybind_setup.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/keybind_setup.cpp b/src/gui/keybind_setup.cpp index b92efcee0..0e8f9a600 100644 --- a/src/gui/keybind_setup.cpp +++ b/src/gui/keybind_setup.cpp @@ -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);