From bdc5cf237d109041280cee35e2151b7650e0344d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 12 Jul 2009 03:10:36 +0000 Subject: Removed trace. --- gtk/ScintillaGTK.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index be8a357f2..33521a886 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -1837,7 +1837,6 @@ gint ScintillaGTK::PressThis(GdkEventButton *event) { // On X, instead of sending literal modifiers use the user specified // modifier, defaulting to control instead of alt. // This is because most X window managers grab alt + click for moving -fprintf(stderr, "state=%x %x\n", event->state, event->state & GDK_MOD4_MASK); ButtonDown(pt, event->time, (event->state & GDK_SHIFT_MASK) != 0, (event->state & GDK_CONTROL_MASK) != 0, -- cgit v1.2.3