mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-04 23:37:10 +02:00
remove debug output
Signed-off-by: Mirko Lindner <mirko@sharism.cc>
This commit is contained in:
parent
db603afc4c
commit
745321edf9
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user