mirror of
https://github.com/neovim/neovim.git
synced 2025-12-01 14:33:11 +00:00
Macro cleanup: FEAT_GUI_MAC
This commit is contained in:
committed by
Justin M. Keyes
parent
db9bcadb05
commit
9b58fc6986
@@ -2105,10 +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_MAC)
|
||||
if (!is_click)
|
||||
return false;
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
if (which_button == MOUSE_LEFT
|
||||
|
||||
Reference in New Issue
Block a user