mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +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
------------------
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 is contained in:
@@ -62,7 +62,7 @@ CShellWindow::CShellWindow(const std::string &command, const int _mode, int *res
|
||||
*res = -1;
|
||||
return;
|
||||
}
|
||||
Font *font = g_Font[SNeutrinoSettings::FONT_TYPE_GAMELIST_ITEMSMALL];
|
||||
Font *font = g_Font[SNeutrinoSettings::FONT_TYPE_MENU_INFO];
|
||||
frameBuffer = CFrameBuffer::getInstance();
|
||||
unsigned int lines_max = frameBuffer->getScreenHeight() / font->getHeight();
|
||||
list<std::string> lines;
|
||||
|
Reference in New Issue
Block a user