mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
moviebrowser.cpp: reduce console output at startup
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5f7792352b
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-08-14 (Wed, 14 Aug 2013)
Origin message was:
------------------
- moviebrowser.cpp: reduce console output at startup
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -343,7 +343,7 @@ CMovieBrowser::CMovieBrowser(const char* path): configfile ('\t')
|
||||
|
||||
CMovieBrowser::CMovieBrowser(): configfile ('\t')
|
||||
{
|
||||
TRACE("$Id: moviebrowser.cpp,v 1.10 2006/09/11 21:11:35 guenther Exp $\r\n");
|
||||
//TRACE("$Id: moviebrowser.cpp,v 1.10 2006/09/11 21:11:35 guenther Exp $\r\n");
|
||||
init();
|
||||
}
|
||||
|
||||
@@ -636,7 +636,6 @@ void CMovieBrowser::initFrames(void)
|
||||
m_cBoxFrameBrowserList.iWidth = m_cBoxFrame.iWidth;
|
||||
m_cBoxFrameBrowserList.iHeight = m_cBoxFrame.iHeight * m_settings.browserFrameHeight / 100;
|
||||
|
||||
fprintf(stderr, "m_cBoxFrame.iHeight %d m_cBoxFrameBrowserList.iHeight %d m_settings.browserFrameHeight %d\n",m_cBoxFrame.iHeight, m_cBoxFrameBrowserList.iHeight, m_settings.browserFrameHeight);
|
||||
m_cBoxFrameFootRel.iX = 0;
|
||||
m_cBoxFrameFootRel.iY = m_cBoxFrame.iHeight - m_pcFontFoot->getHeight();
|
||||
m_cBoxFrameFootRel.iWidth = m_cBoxFrameBrowserList.iWidth;
|
||||
|
Reference in New Issue
Block a user