diff options
author | ola.soder@axis.com <ola.soder@axis.com> | 2022-02-11 21:13:35 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-02-11 21:13:35 +0000 |
commit | 29c70f612f62486cb2fc90a58ca9e1498dd28630 (patch) | |
tree | 3f580d740c815457b3e370cbe59b61a78e64fbe7 /src/vim.h | |
parent | c9e3187d053dcef03d11915b06be0c78ab45bc75 (diff) | |
download | vim-git-29c70f612f62486cb2fc90a58ca9e1498dd28630.tar.gz |
patch 8.2.4350: FEAT_GUI_ENABLED defined but never usedv8.2.4350
Problem: FEAT_GUI_ENABLED defined but never used.
Solution: Remove the #define. (Ola Söder, closes #9732)
Diffstat (limited to 'src/vim.h')
-rw-r--r-- | src/vim.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -120,7 +120,6 @@ || defined(FEAT_GUI_HAIKU) \ || defined(FEAT_GUI_MSWIN) \ || defined(FEAT_GUI_PHOTON) -# define FEAT_GUI_ENABLED // also defined with NO_X11_INCLUDES # if !defined(FEAT_GUI) && !defined(NO_X11_INCLUDES) # define FEAT_GUI # endif |