ui/motif/stock.h

changeset 100
d2bd73d28ff1
parent 0
2483f517c562
--- a/ui/motif/stock.h	Fri Nov 29 22:21:36 2024 +0100
+++ b/ui/motif/stock.h	Thu Dec 12 20:01:43 2024 +0100
@@ -35,18 +35,7 @@
 extern "C" {
 #endif
 
-typedef struct UiStockItem {
-    char *label;
-    char *accelerator;
-    char *accelerator_label;
-    // TODO: icon
-} UiStockItem;
-    
-void ui_stock_init();
 
-void ui_add_stock_item(char *id, char *label, char *accelerator, char *accelerator_label, void *icon);
-
-UiStockItem* ui_get_stock_item(char *id);
 
 #ifdef	__cplusplus
 }

mercurial