summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-07-15 17:44:25 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-07-15 17:44:25 +0000
commit01d87bd5babff849c20a82ad2ca6c302eed40577 (patch)
treee843e2c833bf7c8d79b8dfcf434506df7321fefd /amiga/gui.c
parent1299c213eae57c094a0e7326cae0bead4ed61ab5 (diff)
downloadnetsurf-01d87bd5babff849c20a82ad2ca6c302eed40577.tar.gz
netsurf-01d87bd5babff849c20a82ad2ca6c302eed40577.tar.bz2
Remove old progress pointer hack
svn path=/trunk/netsurf/; revision=8562
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c2
1 files changed, 0 insertions, 2 deletions
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);
}