0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

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 #9732)
This commit is contained in:
ola.soder@axis.com
2022-02-11 21:13:35 +00:00
committed by Bram Moolenaar
parent c9e3187d05
commit 29c70f612f
2 changed files with 2 additions and 1 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
4350,
/**/ /**/
4349, 4349,
/**/ /**/

View File

@@ -120,7 +120,6 @@
|| defined(FEAT_GUI_HAIKU) \ || defined(FEAT_GUI_HAIKU) \
|| defined(FEAT_GUI_MSWIN) \ || defined(FEAT_GUI_MSWIN) \
|| defined(FEAT_GUI_PHOTON) || defined(FEAT_GUI_PHOTON)
# define FEAT_GUI_ENABLED // also defined with NO_X11_INCLUDES
# if !defined(FEAT_GUI) && !defined(NO_X11_INCLUDES) # if !defined(FEAT_GUI) && !defined(NO_X11_INCLUDES)
# define FEAT_GUI # define FEAT_GUI
# endif # endif