summaryrefslogtreecommitdiff
path: root/utils/themeeditor/graphics/rbscreen.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-03 21:56:29 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-03 21:56:29 +0000
commit8219cfe988d65dd6089d1cda51304653f89c4425 (patch)
tree7fe9e50c43f2efc41fbfcfa45996675346ad7ab1 /utils/themeeditor/graphics/rbscreen.h
parent6e40988803609c6cd65e7091e1b58e4a6a5b936d (diff)
downloadrockbox-8219cfe988d65dd6089d1cda51304653f89c4425.tar.gz
rockbox-8219cfe988d65dd6089d1cda51304653f89c4425.zip
Theme Editor: Status bar no longer drawn by default
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27263 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/graphics/rbscreen.h')
-rw-r--r--utils/themeeditor/graphics/rbscreen.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/utils/themeeditor/graphics/rbscreen.h b/utils/themeeditor/graphics/rbscreen.h
index 70df399b34..b472e8eae4 100644
--- a/utils/themeeditor/graphics/rbscreen.h
+++ b/utils/themeeditor/graphics/rbscreen.h
@@ -84,8 +84,6 @@ public:
84 } 84 }
85 } 85 }
86 86
87 void disableStatusBar(){ defaultStatusBar = false; }
88 void enableStatusBar(){ defaultStatusBar = true; }
89 87
90private: 88private:
91 int width; 89 int width;
@@ -104,10 +102,6 @@ private:
104 QList<QString> displayedViewports; 102 QList<QString> displayedViewports;
105 103
106 RBAlbumArt* albumArt; 104 RBAlbumArt* albumArt;
107
108 bool defaultStatusBar;
109 QPixmap statusBarTexture;
110
111}; 105};
112 106
113#endif // RBSCREEN_H 107#endif // RBSCREEN_H