diff options
Diffstat (limited to 'gtk/ScintillaGTK.cxx')
-rw-r--r-- | gtk/ScintillaGTK.cxx | 2 |
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(); } |