summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 760931dd3..6e2c1dc82 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -2622,7 +2622,6 @@ void ami_update_pointer(struct Window *win, gui_pointer_shape shape)
default:
if(mouseptrobj[shape])
{
-DebugPrintF("%ld %lx %lx\n",shape,mouseptrobj[shape],win);
SetWindowPointer(win,WA_Pointer,mouseptrobj[shape],TAG_DONE);
}
else