aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-07-12 03:10:36 +0000
committernyamatongwe <devnull@localhost>2009-07-12 03:10:36 +0000
commit25e9743b71cbeec06c79a7c57ae91f243ac53164 (patch)
tree4000a6562ffda85ef1b34801dc82bf8bff6e6c87
parente235977e950fd79c25d3e1b2a76e46f54ea06c5f (diff)
downloadscintilla-mirror-25e9743b71cbeec06c79a7c57ae91f243ac53164.tar.gz
Removed trace.
-rw-r--r--gtk/ScintillaGTK.cxx1
1 files changed, 0 insertions, 1 deletions
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,