diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2015-07-17 22:13:20 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-07-17 22:13:20 -0400 |
| commit | 14ae3c0cbd4052b562814fbe7732b1f26bc4bb13 (patch) | |
| tree | 67d7261d11e203d4ba1cbb437f3f76d2acbe1503 /src/nvim/normal.c | |
| parent | 4d79edccdc0243a02a20ef46184b8f87f2bda290 (diff) | |
| parent | 3b06ce200b56c575a58cadc89bf237d8fa89fd4e (diff) | |
| download | rneovim-14ae3c0cbd4052b562814fbe7732b1f26bc4bb13.tar.gz rneovim-14ae3c0cbd4052b562814fbe7732b1f26bc4bb13.tar.bz2 rneovim-14ae3c0cbd4052b562814fbe7732b1f26bc4bb13.zip | |
Merge #2609 'Macro cleanup'
Diffstat (limited to 'src/nvim/normal.c')
| -rw-r--r-- | src/nvim/normal.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nvim/normal.c b/src/nvim/normal.c index b66bc31b74..7b445dcab6 100644 --- a/src/nvim/normal.c +++ b/src/nvim/normal.c @@ -2105,11 +2105,6 @@ do_mouse ( * NOTE: Ignore right button down and drag mouse events. * Windows only shows the popup menu on the button up event. */ -#if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) \ - || defined(FEAT_GUI_MAC) - if (!is_click) - return false; -#endif return false; } if (which_button == MOUSE_LEFT |