mouse: Remove CHECK_DOUBLE_CLICK conditionals

This is now always defined.
This commit is contained in:
Thiago de Arruda
2014-12-02 07:19:51 -03:00
parent 14f88b6865
commit 6436908ffe
3 changed files with 1 additions and 14 deletions

View File

@@ -169,11 +169,9 @@ retnomove:
// (MOUSE_FOCUS was set above if we dragged first).
if (dragwin == NULL || (flags & MOUSE_RELEASED))
win_enter(wp, true); // can make wp invalid!
# ifdef CHECK_DOUBLE_CLICK
// set topline, to be able to check for double click ourselves
if (curwin != old_curwin)
set_mouse_topline(curwin);
# endif
if (on_status_line) { // In (or below) status line
// Don't use start_arrow() if we're in the same window
if (curwin == old_curwin)