mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
drop obsolete code around FONT_TYPE_GAMELIST
these fonts are not needed since gamelist/scriptlist
are painted with menu-widget
Origin commit data
------------------
Branch: ni/coolstream
Commit: da7f3b9cb1
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-05-02 (Fri, 02 May 2014)
Origin message was:
------------------
- drop obsolete code around FONT_TYPE_GAMELIST
these fonts are not needed since gamelist/scriptlist
are painted with menu-widget
------------------
This commit was generated by Migit
This commit is contained in:
@@ -600,7 +600,6 @@ typedef enum
|
||||
LOCALE_FONTMENU_CHANNELLIST,
|
||||
LOCALE_FONTMENU_EPG,
|
||||
LOCALE_FONTMENU_EVENTLIST,
|
||||
LOCALE_FONTMENU_GAMELIST,
|
||||
LOCALE_FONTMENU_HEAD,
|
||||
LOCALE_FONTMENU_INFOBAR,
|
||||
LOCALE_FONTMENU_MENU,
|
||||
@@ -626,8 +625,6 @@ typedef enum
|
||||
LOCALE_FONTSIZE_EVENTLIST_ITEMSMALL,
|
||||
LOCALE_FONTSIZE_EVENTLIST_TITLE,
|
||||
LOCALE_FONTSIZE_FILEBROWSER_ITEM,
|
||||
LOCALE_FONTSIZE_GAMELIST_ITEMLARGE,
|
||||
LOCALE_FONTSIZE_GAMELIST_ITEMSMALL,
|
||||
LOCALE_FONTSIZE_HINT,
|
||||
LOCALE_FONTSIZE_INFOBAR_CHANNAME,
|
||||
LOCALE_FONTSIZE_INFOBAR_INFO,
|
||||
@@ -908,7 +905,6 @@ typedef enum
|
||||
LOCALE_MENU_HINT_FONT_SCALING,
|
||||
LOCALE_MENU_HINT_FONT_TTX,
|
||||
LOCALE_MENU_HINT_FONTS,
|
||||
LOCALE_MENU_HINT_GAMELIST_FONTS,
|
||||
LOCALE_MENU_HINT_GAMES,
|
||||
LOCALE_MENU_HINT_HDD,
|
||||
LOCALE_MENU_HINT_HDD_APPLY,
|
||||
@@ -1072,6 +1068,7 @@ typedef enum
|
||||
LOCALE_MENU_HINT_OSD_LANGUAGE,
|
||||
LOCALE_MENU_HINT_OSD_PRESET,
|
||||
LOCALE_MENU_HINT_OSD_TIMING,
|
||||
LOCALE_MENU_HINT_OTHER_FONTS,
|
||||
LOCALE_MENU_HINT_PARENTALLOCK_CHANGEPIN,
|
||||
LOCALE_MENU_HINT_PARENTALLOCK_LOCKAGE,
|
||||
LOCALE_MENU_HINT_PARENTALLOCK_MENU,
|
||||
|
@@ -600,7 +600,6 @@ const char * locale_real_names[] =
|
||||
"fontmenu.channellist",
|
||||
"fontmenu.epg",
|
||||
"fontmenu.eventlist",
|
||||
"fontmenu.gamelist",
|
||||
"fontmenu.head",
|
||||
"fontmenu.infobar",
|
||||
"fontmenu.menu",
|
||||
@@ -626,8 +625,6 @@ const char * locale_real_names[] =
|
||||
"fontsize.eventlist_itemsmall",
|
||||
"fontsize.eventlist_title",
|
||||
"fontsize.filebrowser_item",
|
||||
"fontsize.gamelist_itemlarge",
|
||||
"fontsize.gamelist_itemsmall",
|
||||
"fontsize.hint",
|
||||
"fontsize.infobar_channame",
|
||||
"fontsize.infobar_info",
|
||||
@@ -908,7 +905,6 @@ const char * locale_real_names[] =
|
||||
"menu.hint_font_scaling",
|
||||
"menu.hint_font_ttx",
|
||||
"menu.hint_fonts",
|
||||
"menu.hint_gamelist_fonts",
|
||||
"menu.hint_games",
|
||||
"menu.hint_hdd",
|
||||
"menu.hint_hdd_apply",
|
||||
@@ -1072,6 +1068,7 @@ const char * locale_real_names[] =
|
||||
"menu.hint_osd_language",
|
||||
"menu.hint_osd_preset",
|
||||
"menu.hint_osd_timing",
|
||||
"menu.hint_other_fonts",
|
||||
"menu.hint_parentallock_changepin",
|
||||
"menu.hint_parentallock_lockage",
|
||||
"menu.hint_parentallock_menu",
|
||||
|
@@ -554,8 +554,6 @@ struct SNeutrinoSettings
|
||||
FONT_TYPE_EVENTLIST_ITEMSMALL,
|
||||
FONT_TYPE_EVENTLIST_DATETIME,
|
||||
FONT_TYPE_EVENTLIST_EVENT,
|
||||
FONT_TYPE_GAMELIST_ITEMLARGE,
|
||||
FONT_TYPE_GAMELIST_ITEMSMALL,
|
||||
FONT_TYPE_CHANNELLIST,
|
||||
FONT_TYPE_CHANNELLIST_DESCR,
|
||||
FONT_TYPE_CHANNELLIST_NUMBER,
|
||||
|
Reference in New Issue
Block a user