aboutsummaryrefslogtreecommitdiff
path: root/dw/ui.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-01-15 20:55:23 +0000
committercorvid <corvid@lavabit.com>2011-01-15 20:55:23 +0000
commite377462bed29c4b945fc07fa46f50bf37972d71c (patch)
treeb1ca84bc39a2adc9291066f6261d67475a14d2e3 /dw/ui.hh
parent867088f57e6b312780ff3c21861503cb66e94c6f (diff)
fltkui changes
Diffstat (limited to 'dw/ui.hh')
-rw-r--r--dw/ui.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/dw/ui.hh b/dw/ui.hh
index b0a22cbf..23c1c0a4 100644
--- a/dw/ui.hh
+++ b/dw/ui.hh
@@ -422,11 +422,7 @@ class SelectionResource: public Resource
public:
virtual void addItem (const char *str, bool enabled, bool selected) = 0;
- virtual void pushGroup (const char *name, bool enabled) = 0;
- virtual void popGroup () = 0;
-
virtual int getNumberOfItems () = 0;
- virtual const char *getItem (int index) = 0;
virtual bool isSelected (int index) = 0;
};