summaryrefslogtreecommitdiff
path: root/atari/global_evnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/global_evnt.c')
-rwxr-xr-xatari/global_evnt.c12
1 files changed, 0 insertions, 12 deletions
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;
-}
-