summaryrefslogtreecommitdiff
path: root/atari/toolbar.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-06-21 22:01:41 +0000
committerOle Loots <ole@monochrom.net>2012-06-21 22:01:41 +0000
commit4cb8c980ac8e95aad0488ad6daba32acc40530fe (patch)
tree81e045b857778437fd3042dcd7b967585a1c1c64 /atari/toolbar.h
parent1b5771e44eb8c4c2ce117e5e583822bb55926c21 (diff)
downloadnetsurf-4cb8c980ac8e95aad0488ad6daba32acc40530fe.tar.gz
netsurf-4cb8c980ac8e95aad0488ad6daba32acc40530fe.tar.bz2
apply background color option and removed unused struct member of struct s_tb_button.
svn path=/trunk/netsurf/; revision=13981
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;