summaryrefslogtreecommitdiff
path: root/atari/toolbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/toolbar.h')
-rwxr-xr-xatari/toolbar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/atari/toolbar.h b/atari/toolbar.h
index 8d52d144c..66b998840 100755
--- a/atari/toolbar.h
+++ b/atari/toolbar.h
@@ -44,8 +44,7 @@ enum e_toolbar_button_states {
struct s_tb_button
{
short rsc_id;
- void (*cb_click)(struct gui_window * gw);
- const char * iconfile;
+ void (*cb_click)(struct gui_window * gw);
COMPONENT * comp;
hlcache_handle * icon[TOOLBAR_BUTTON_NUM_STATES];
struct gui_window * gw;