Macro cleanup: FEAT_GUI_GTK

This commit is contained in:
Hettomei
2015-05-08 14:40:10 +02:00
committed by Justin M. Keyes
parent 5360324974
commit bd819aaed0
3 changed files with 2 additions and 14 deletions

View File

@@ -2105,7 +2105,7 @@ 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_GTK) || defined(FEAT_GUI_MAC)
#if defined(FEAT_GUI_MAC)
if (!is_click)
return false;
#endif