summaryrefslogtreecommitdiffstats
path: root/src/vim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vim.h b/src/vim.h
index 3f7388e614..0bc6ad3ee6 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -15,9 +15,6 @@
// Note: If you want to check for 64-bit use the _WIN64 macro.
#if defined(WIN32) || defined(_WIN32)
# define MSWIN
-# ifdef FEAT_GUI
-# define FEAT_GUI_MSWIN
-# endif
#endif
// use fastcall for Borland, when compiling for MS-Windows