docs: Remove Photon remnants

Also get rid of some platform references made irrelevant by the removal
of their respective platform specific GUI code.
This commit is contained in:
Michael Reed
2014-12-08 21:21:47 -05:00
parent 500cce1091
commit ed4356e75d
6 changed files with 15 additions and 22 deletions

View File

@@ -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