mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
infoclock: cleanup (remove unneeded stuff)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 52f51e7f27
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-12-09 (Mon, 09 Dec 2013)
Origin message was:
------------------
- infoclock: cleanup (remove unneeded stuff)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -256,7 +256,6 @@ ci.reset_standby Reset nach Standby
|
|||||||
ci.settings Zugangskontrolle
|
ci.settings Zugangskontrolle
|
||||||
ci.timeout CAM antwortet nicht
|
ci.timeout CAM antwortet nicht
|
||||||
ci.waiting Warte auf CAM-Antwort
|
ci.waiting Warte auf CAM-Antwort
|
||||||
clock_size Info Uhr
|
|
||||||
clock_size_height Höhe der Anzeige
|
clock_size_height Höhe der Anzeige
|
||||||
clock_switch_off Uhr ausblenden
|
clock_switch_off Uhr ausblenden
|
||||||
clock_switch_on Uhr einblenden
|
clock_switch_on Uhr einblenden
|
||||||
|
@@ -256,7 +256,6 @@ ci.reset_standby Reset after standby
|
|||||||
ci.settings Conditional access
|
ci.settings Conditional access
|
||||||
ci.timeout Timeout waiting CI menu ready
|
ci.timeout Timeout waiting CI menu ready
|
||||||
ci.waiting Waiting for CI answer
|
ci.waiting Waiting for CI answer
|
||||||
clock_size Info clock
|
|
||||||
clock_size_height Display height
|
clock_size_height Display height
|
||||||
clock_switch_off Clock off
|
clock_switch_off Clock off
|
||||||
clock_switch_on Clock on
|
clock_switch_on Clock on
|
||||||
|
@@ -804,13 +804,6 @@ void COsdSetup::showOsdFontSizeSetup(CMenuWidget *menu_fonts)
|
|||||||
fontSettings->addItem(mf);
|
fontSettings->addItem(mf);
|
||||||
w_index++;
|
w_index++;
|
||||||
}
|
}
|
||||||
#if 0
|
|
||||||
// size of info clock
|
|
||||||
fontSettings->addItem(GenericMenuSeparatorLine);
|
|
||||||
CMenuOptionNumberChooser* mn = new CMenuOptionNumberChooser(LOCALE_CLOCK_SIZE, &g_settings.infoClockFontSize, true, 30, 120);
|
|
||||||
mn->setHint("", LOCALE_MENU_HINT_CLOCK_SIZE);
|
|
||||||
fontSettings->addItem(mn);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//osd timeouts
|
//osd timeouts
|
||||||
|
@@ -283,7 +283,6 @@ typedef enum
|
|||||||
LOCALE_CI_SETTINGS,
|
LOCALE_CI_SETTINGS,
|
||||||
LOCALE_CI_TIMEOUT,
|
LOCALE_CI_TIMEOUT,
|
||||||
LOCALE_CI_WAITING,
|
LOCALE_CI_WAITING,
|
||||||
LOCALE_CLOCK_SIZE,
|
|
||||||
LOCALE_CLOCK_SIZE_HEIGHT,
|
LOCALE_CLOCK_SIZE_HEIGHT,
|
||||||
LOCALE_CLOCK_SWITCH_OFF,
|
LOCALE_CLOCK_SWITCH_OFF,
|
||||||
LOCALE_CLOCK_SWITCH_ON,
|
LOCALE_CLOCK_SWITCH_ON,
|
||||||
|
@@ -283,7 +283,6 @@ const char * locale_real_names[] =
|
|||||||
"ci.settings",
|
"ci.settings",
|
||||||
"ci.timeout",
|
"ci.timeout",
|
||||||
"ci.waiting",
|
"ci.waiting",
|
||||||
"clock_size",
|
|
||||||
"clock_size_height",
|
"clock_size_height",
|
||||||
"clock_switch_off",
|
"clock_switch_off",
|
||||||
"clock_switch_on",
|
"clock_switch_on",
|
||||||
|
Reference in New Issue
Block a user