diff options
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 |
