summaryrefslogtreecommitdiffstats
path: root/src/gui.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-30 21:56:01 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-30 21:56:01 +0000
commite6b165e0f4f70d22a4fbcc5c9a1818417bdb1b04 (patch)
tree584373ca902692085457b72a232ad58956987f6e /src/gui.h
parent9c96f592af7a88e63ebf63f82d1b36b3954af401 (diff)
updated for version 7.0098
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui.h b/src/gui.h
index d637554366..646be9758c 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -7,10 +7,6 @@
* Do ":help credits" in Vim to see a list of people who contributed.
*/
-/* For debugging */
-/* #define D(x) printf x; */
-#define D(x)
-
#ifdef FEAT_GUI_MOTIF
# define FEAT_GUI_X11
# include <Xm/Xm.h>