diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-06-15 13:06:17 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-06-15 13:06:17 -0400 |
commit | 6d2e5e9b2f38854ed4be28b552d020f17838ff1e (patch) | |
tree | 3583844b1bf33ce16911083b7a71626aa6ef3771 /dw | |
parent | c19cb8f4ccb9a06d013bd1aa0802ff6dcb67c31c (diff) |
remove lingering MSG in selection.cc
Diffstat (limited to 'dw')
-rw-r--r-- | dw/selection.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dw/selection.cc b/dw/selection.cc index 262c4bd2..6f48140f 100644 --- a/dw/selection.cc +++ b/dw/selection.cc @@ -140,7 +140,6 @@ bool SelectionState::buttonPress (Iterator *it, int charPos, int linkNo, ret = true; } else if (event->button == 1) { // normal selection handling - MSG("SelectionState::buttonPress normal selection handling\n"); highlight (false, 0); resetSelection (); |