From afbc9e9b6ee9cfd00bb915125945b68bb04d3ca3 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 30 Jun 2009 07:23:14 +0000 Subject: Remove debug code svn path=/trunk/netsurf/; revision=8178 --- amiga/gui.c | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3