Forgot to remove stray g_print()

This commit is contained in:
Alexander Larsson
2000-11-07 14:26:31 +00:00
parent 224f6ec534
commit 163dc54dea

View File

@ -525,8 +525,6 @@ handle_mouse_input(MouseDevice *mouse, gboolean got_motion)
GdkWindow *win;
guint state;
g_print("mous pos: %f, %f\n", mouse->x, mouse->y);
if(_gdk_fb_pointer_grab_confine)
mousewin = _gdk_fb_pointer_grab_confine;
else