forked from len0rd/rockbox
Theme Editor: Status bar no longer drawn by default
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27263 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6e40988803
commit
8219cfe988
3 changed files with 6 additions and 13 deletions
|
|
@ -84,8 +84,6 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
void disableStatusBar(){ defaultStatusBar = false; }
|
||||
void enableStatusBar(){ defaultStatusBar = true; }
|
||||
|
||||
private:
|
||||
int width;
|
||||
|
|
@ -104,10 +102,6 @@ private:
|
|||
QList<QString> displayedViewports;
|
||||
|
||||
RBAlbumArt* albumArt;
|
||||
|
||||
bool defaultStatusBar;
|
||||
QPixmap statusBarTexture;
|
||||
|
||||
};
|
||||
|
||||
#endif // RBSCREEN_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue