summaryrefslogtreecommitdiff
path: root/utils/themeeditor/graphics/rbscreen.h
diff options
context:
space:
mode:
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