ui/cocoa/toolbar.h

changeset 128
c284c15509a8
parent 126
f190d03dce0f
child 129
5babf09f5f19
--- a/ui/cocoa/toolbar.h	Wed Jul 13 16:40:59 2016 +0200
+++ b/ui/cocoa/toolbar.h	Sat Sep 17 19:32:44 2016 +0200
@@ -67,32 +67,6 @@
 
 @end
 
-/*
- * UiToolbarItem
- *
- * toolbar item with label and icon
- */
-@interface UiToolbarItem : NSObject <UiToolItem> {
-    char           *name;
-    char           *label;
-    // icon
-    ui_callback    callback;
-    void           *userdata;
-    UcxList        *groups;
-    BOOL           isToggleButton;
-}
-
-- (UiToolbarItem*) initWithIdentifier:(char*)identifier
-                                     label:(char*)lbl
-                                  callback:(ui_callback)f
-                                  userdata:(void*)data;
-
-- (void) setIsToggleButton:(BOOL)t;
-
-
-@end
-
-
 
 /*
  * UiToolbarDelegate

mercurial