comparison src/vim.h @ 27649:b157387cb232 v8.2.4350

patch 8.2.4350: FEAT_GUI_ENABLED defined but never used Commit: https://github.com/vim/vim/commit/29c70f612f62486cb2fc90a58ca9e1498dd28630 Author: ola.soder@axis.com <ola.soder@axis.com> Date: Fri Feb 11 21:13:35 2022 +0000 patch 8.2.4350: FEAT_GUI_ENABLED defined but never used Problem: FEAT_GUI_ENABLED defined but never used. Solution: Remove the #define. (Ola S?der, closes https://github.com/vim/vim/issues/9732)
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Feb 2022 22:15:02 +0100
parents 517daf1a6e5b
children 30cb026ec968
comparison
equal deleted inserted replaced
27648:f9aece179835 27649:b157387cb232
118 || defined(FEAT_GUI_GTK) \ 118 || defined(FEAT_GUI_GTK) \
119 || defined(FEAT_GUI_ATHENA) \ 119 || defined(FEAT_GUI_ATHENA) \
120 || defined(FEAT_GUI_HAIKU) \ 120 || defined(FEAT_GUI_HAIKU) \
121 || defined(FEAT_GUI_MSWIN) \ 121 || defined(FEAT_GUI_MSWIN) \
122 || defined(FEAT_GUI_PHOTON) 122 || defined(FEAT_GUI_PHOTON)
123 # define FEAT_GUI_ENABLED // also defined with NO_X11_INCLUDES
124 # if !defined(FEAT_GUI) && !defined(NO_X11_INCLUDES) 123 # if !defined(FEAT_GUI) && !defined(NO_X11_INCLUDES)
125 # define FEAT_GUI 124 # define FEAT_GUI
126 # endif 125 # endif
127 #endif 126 #endif
128 127