From 01d87bd5babff849c20a82ad2ca6c302eed40577 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 15 Jul 2009 17:44:25 +0000 Subject: Remove old progress pointer hack svn path=/trunk/netsurf/; revision=8562 --- amiga/gui.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'amiga') diff --git a/amiga/gui.c b/amiga/gui.c index 1805599e4..dc9ed03c7 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -2567,8 +2567,6 @@ void gui_window_set_status(struct gui_window *g, const char *text) void gui_window_set_pointer(struct gui_window *g, gui_pointer_shape shape) { - if(shape == GUI_POINTER_DEFAULT && g->shared->bw->throbbing) shape = GUI_POINTER_PROGRESS; - ami_update_pointer(g->shared->win,shape); } -- cgit v1.2.3