summaryrefslogtreecommitdiff
path: root/utils/themeeditor/graphics/rbviewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/graphics/rbviewport.h')
-rw-r--r--utils/themeeditor/graphics/rbviewport.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/themeeditor/graphics/rbviewport.h b/utils/themeeditor/graphics/rbviewport.h
index 37c642574f..624a9686da 100644
--- a/utils/themeeditor/graphics/rbviewport.h
+++ b/utils/themeeditor/graphics/rbviewport.h
@@ -66,8 +66,6 @@ public:
66 void showPlaylist(const RBRenderInfo& info, int start, skin_element* id3, 66 void showPlaylist(const RBRenderInfo& info, int start, skin_element* id3,
67 skin_element* noId3); 67 skin_element* noId3);
68 68
69 int declarationLine(){ return line; }
70
71private: 69private:
72 70
73 void alignLeft(); 71 void alignLeft();
@@ -93,8 +91,6 @@ private:
93 91
94 bool showStatusBar; 92 bool showStatusBar;
95 QPixmap statusBarTexture; 93 QPixmap statusBarTexture;
96
97 int line;
98}; 94};
99 95
100#endif // RBVIEWPORT_H 96#endif // RBVIEWPORT_H