Remove debug code

svn path=/trunk/netsurf/; revision=8178
This commit is contained in:
Chris Young 2009-06-30 07:23:14 +00:00
parent 53374684e5
commit afbc9e9b6e

View File

@ -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