1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-09-30 01:38:32 +03:00

remove debug output

Signed-off-by: Mirko Lindner <mirko@sharism.cc>
This commit is contained in:
Mirko Lindner 2010-02-22 10:22:36 +01:00
parent db603afc4c
commit 745321edf9

View File

@ -341,13 +341,10 @@ void GMenu2X::initBG() {
Surface cpu("imgs/cpu.png", confStr["skin"]);
Surface volume("imgs/volume.png", confStr["skin"]);
string df = getDiskFree();
cout << "after diskfree" << endl;
sd.blit( sc["bgmain"], 3, bottomBarIconY );
sc["bgmain"]->write( font, df, 22, bottomBarTextY, SFontHAlignLeft, SFontVAlignMiddle );
volumeX = 27+font->getTextWidth(df);
cout << "3 lines after diskfree" << endl;
volume.blit( sc["bgmain"], volumeX, bottomBarIconY );
volumeX += 19;
cpuX = volumeX+font->getTextWidth("100")+5;
@ -373,7 +370,6 @@ void GMenu2X::initBG() {
serviceX -= 19;
}
}
cout << "after usbnet if" << endl;
}
void GMenu2X::initFont() {