summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2000-11-07 14:26:31 +0000
committerAlexander Larsson <alexl@src.gnome.org>2000-11-07 14:26:31 +0000
commit163dc54dea828d41fe12eb762c730e57444d63f3 (patch)
tree21ee9446858fffab1213d2a800570638f0953b60
parent224f6ec534c4ddf3479477e58f0204e5eed042cd (diff)
downloadgtk+-163dc54dea828d41fe12eb762c730e57444d63f3.tar.gz
Forgot to remove stray g_print()
-rw-r--r--gdk/linux-fb/gdkinput-ps2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/linux-fb/gdkinput-ps2.c b/gdk/linux-fb/gdkinput-ps2.c
index 63a850cf09..70604045b6 100644
--- a/gdk/linux-fb/gdkinput-ps2.c
+++ b/gdk/linux-fb/gdkinput-ps2.c
@@ -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