From 1f4ab6384c128d3aa00627bf51e704cce3484178 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Wed, 30 Nov 2011 22:37:32 +0000 Subject: Removed unused declarations. svn path=/trunk/netsurf/; revision=13210 --- atari/global_evnt.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'atari/global_evnt.c') diff --git a/atari/global_evnt.c b/atari/global_evnt.c index 72529da83..5c6da5448 100755 --- a/atari/global_evnt.c +++ b/atari/global_evnt.c @@ -641,15 +641,3 @@ void unbind_global_events( void ) } } -/* send redraw to all browser windows */ -void snd_redraw( short x, short y, short w, short h) -{ - struct gui_window * gw; - gw = window_list; - while( gw != NULL && gw->browser->type == 0 ) { - ApplWrite( _AESapid, WM_REDRAW, gw->root->handle->handle, x, y, w, h); - gw = gw->next; - } - return; -} - -- cgit v1.2.3