summaryrefslogtreecommitdiff
path: root/menudetailview.h
diff options
context:
space:
mode:
Diffstat (limited to 'menudetailview.h')
-rw-r--r--menudetailview.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/menudetailview.h b/menudetailview.h
index c77ef10..19567fc 100644
--- a/menudetailview.h
+++ b/menudetailview.h
@@ -151,17 +151,4 @@ public:
void Render(void);
};
-class cNopacityMenuDetailTextViewLight : public cNopacityMenuDetailViewLight {
-private:
- const char *text;
- cTextWrapper content;
-public:
- cNopacityMenuDetailTextViewLight(cOsd *osd, const char *text, cPixmap *s, cPixmap *sBack);
- virtual ~cNopacityMenuDetailTextViewLight(void);
- void SetContent(void);
- void SetContentHeight(void);
- void CreatePixmaps(void);
- void Render(void);
-};
-
#endif //__NOPACITY_MENUDETAILVIEW_H