Author: mono
Date: Wed Nov 30 16:37:32 2011
New Revision: 13210
URL:
http://source.netsurf-browser.org?rev=13210&view=rev
Log:
Removed unused declarations.
Modified:
trunk/netsurf/atari/global_evnt.c
Modified: trunk/netsurf/atari/global_evnt.c
URL:
http://source.netsurf-browser.org/trunk/netsurf/atari/global_evnt.c?rev=1...
==============================================================================
--- trunk/netsurf/atari/global_evnt.c (original)
+++ trunk/netsurf/atari/global_evnt.c Wed Nov 30 16:37:32 2011
@@ -641,15 +641,3 @@
}
}
-/* 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;
-}
-