summaryrefslogtreecommitdiff
path: root/atari/toolbar.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-11-30 22:36:52 +0000
committerOle Loots <ole@monochrom.net>2011-11-30 22:36:52 +0000
commit6f699c05b042f35a0cdde39046668eca93809aa7 (patch)
treee003ce32d0ccaa86f95946dc3c3c4ee64084a8f6 /atari/toolbar.h
parent5f69abb50490e6dbb02029304fd862da6ebd2555 (diff)
downloadnetsurf-6f699c05b042f35a0cdde39046668eca93809aa7.tar.gz
netsurf-6f699c05b042f35a0cdde39046668eca93809aa7.tar.bz2
Removed unused declarations.
svn path=/trunk/netsurf/; revision=13209
Diffstat (limited to 'atari/toolbar.h')
-rwxr-xr-xatari/toolbar.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/atari/toolbar.h b/atari/toolbar.h
index efd8e33ce..ba967f91e 100755
--- a/atari/toolbar.h
+++ b/atari/toolbar.h
@@ -73,15 +73,10 @@ struct s_toolbar
struct s_tb_button * buttons;
int btcnt;
};
-
+
+/* interface to the toolbar */
CMP_TOOLBAR tb_create( struct gui_window * gw );
void tb_destroy( CMP_TOOLBAR tb );
-
-
-static void __CDECL evnt_toolbar_redraw( COMPONENT *c, long buff[8], void *data );
-//static void __CDECL evnt_toolbar_mbutton( COMPONENT *c, long buff[8], void *data );
-static void __CDECL evnt_toolbar_resize( COMPONENT *c, long buff[8], void *data );
-
/* recalculate size/position of nested controls within the toolbar: */
void tb_adjust_size( struct gui_window * gw );
/* report click to toolbar, relative coords : */
@@ -91,7 +86,6 @@ void tb_reload_click( struct gui_window * gw );
void tb_forward_click( struct gui_window * gw );
void tb_home_click( struct gui_window * gw );
void tb_stop_click( struct gui_window * gw );
-
/* enable / disable buttons etc. */
void tb_update_buttons( struct gui_window * gw );
/* handles clicks on url widget: */
@@ -102,7 +96,6 @@ bool tb_url_input( struct gui_window * gw, short keycode );
void tb_url_set( struct gui_window * gw, char * text );
/* perform redraw of invalidated url textinput areas: */
void tb_url_redraw( struct gui_window * gw );
-
struct gui_window * tb_gui_window( CMP_TOOLBAR tb );
#endif