From 6f699c05b042f35a0cdde39046668eca93809aa7 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Wed, 30 Nov 2011 22:36:52 +0000 Subject: Removed unused declarations. svn path=/trunk/netsurf/; revision=13209 --- atari/toolbar.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'atari/toolbar.h') 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 -- cgit v1.2.3