From ed4356e75da004fc7ae27a39892e6064b76ac76a Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Mon, 8 Dec 2014 21:21:47 -0500 Subject: docs: Remove Photon remnants Also get rid of some platform references made irrelevant by the removal of their respective platform specific GUI code. --- src/nvim/normal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/normal.c b/src/nvim/normal.c index 192633a996..1d4b47414c 100644 --- a/src/nvim/normal.c +++ b/src/nvim/normal.c @@ -2102,7 +2102,7 @@ do_mouse ( * Windows only shows the popup menu on the button up event. */ #if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) \ - || defined(FEAT_GUI_PHOTON) || defined(FEAT_GUI_MAC) + || defined(FEAT_GUI_MAC) if (!is_click) return false; #endif -- cgit