summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-20 22:17:05 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-20 22:17:05 +0100
commite89ff0472bc33779583d48e8d38a5e794d05613a (patch)
treecbd3bdeaf7114fb086a895bc3bf83e6619ea3346 /src/gui.h
parentaf7559f66603075e9b4d39d873b2161ea3ec8492 (diff)
downloadvim-git-e89ff0472bc33779583d48e8d38a5e794d05613a.tar.gz
patch 7.4.1375v7.4.1375
Problem: Still some Win16 code. Solution: Remove FEAT_GUI_W16.(Hirohito Higashi)
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/gui.h b/src/gui.h
index b2fdc6d8f..d026664d3 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -148,13 +148,8 @@
#define TEAR_LEN (9) /* length of above string */
/* for the toolbar */
-#ifdef FEAT_GUI_W16
-# define TOOLBAR_BUTTON_HEIGHT 15
-# define TOOLBAR_BUTTON_WIDTH 16
-#else
-# define TOOLBAR_BUTTON_HEIGHT 18
-# define TOOLBAR_BUTTON_WIDTH 18
-#endif
+#define TOOLBAR_BUTTON_HEIGHT 18
+#define TOOLBAR_BUTTON_WIDTH 18
#define TOOLBAR_BORDER_HEIGHT 12 /* room above+below buttons for MSWindows */
#ifdef FEAT_GUI_MSWIN