summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}