Remove not working hotkeys from setup menu.

This commit is contained in:
Johns 2012-07-02 15:20:14 +02:00
parent b5162bae5c
commit 3bb7782d40
1 changed files with 1 additions and 4 deletions

View File

@ -566,7 +566,7 @@ inline cOsdItem *cMenuSetupSoft::CollapsedItem(const char *label, int &flag,
cOsdItem *item;
item =
new cMenuEditBoolItem(hk(cString::sprintf("* %s", label)), &flag,
new cMenuEditBoolItem(cString::sprintf("* %s", label), &flag,
msg ? msg : tr("show"), tr("hide"));
return item;
@ -616,9 +616,6 @@ void cMenuSetupSoft::Create(void)
current = Current(); // get current menu item index
Clear(); // clear the menu
// FIXME: support this:
SetHasHotkeys();
//
// general
//