aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r--src/Editor.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 51c79bc15..b7fa63e22 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -5102,14 +5102,6 @@ void Editor::ButtonDown(Point pt, unsigned int curTime, bool shift, bool ctrl, b
else
inDragDrop = ddNone;
}
-#ifdef __APPLE__
- // we need to additionaly check if the mouse moved before we
- // decide that we can in fact start a drag session. Currently
- // only OSX will return anything but true.
- if (inDragDrop == ddInitial && !Platform::WaitMouseMoved(pt)) {
- inDragDrop = ddNone;
- }
-#endif
SetMouseCapture(true);
if (inDragDrop != ddInitial) {
SetDragPosition(invalidPosition);