aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2006-05-14 08:11:54 +0000
committernyamatongwe <unknown>2006-05-14 08:11:54 +0000
commitcc28f7a87639c276e49d75fb8079c363dc8687f1 (patch)
treec5a8ca913a9b1b1dd4cc8479147f0a71b7118c4a /gtk/ScintillaGTK.cxx
parentead8e70633213b69fa23c6d97a828a7c85178349 (diff)
downloadscintilla-mirror-cc28f7a87639c276e49d75fb8079c363dc8687f1.tar.gz
Added CharClassify and reordered alphabetically.
Diffstat (limited to 'gtk/ScintillaGTK.cxx')
-rw-r--r--gtk/ScintillaGTK.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index 1b507e1e4..5319ffa2d 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -1508,7 +1508,7 @@ void ScintillaGTK::ReceivedDrop(GtkSelectionData *selection_data) {
DropAt(posDrop, selText.s, false, selText.rectangular);
}
} else if (selection_data->length > 0) {
- fprintf(stderr, "ReceivedDrop other %p\n", static_cast<void *>(selection_data->type));
+ //~ fprintf(stderr, "ReceivedDrop other %p\n", static_cast<void *>(selection_data->type));
}
Redraw();
}