From e377462bed29c4b945fc07fa46f50bf37972d71c Mon Sep 17 00:00:00 2001 From: corvid Date: Sat, 15 Jan 2011 20:55:23 +0000 Subject: fltkui changes --- dw/ui.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dw/ui.hh') 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; }; -- cgit v1.2.3