summaryrefslogtreecommitdiffstats
path: root/src/gui.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-01-23 13:41:00 +0100
committerBram Moolenaar <Bram@vim.org>2013-01-23 13:41:00 +0100
commitf939c4e6b176d89626eff5fe9a0b01a5bbb40ef5 (patch)
tree82977f073381d96fe0f95ceb93620d89f3b9a627 /src/gui.h
parentb5f7bf6ed9c59b8841efcd41c2ed1687f080f4cf (diff)
updated for version 7.3.774v7.3.774
Problem: Tiny GUI version misses console dialog feature. Solution: Define FEAT_CON_DIALOG when apprpriate. (Christian Brabandt)
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gui.h b/src/gui.h
index e0c1c5c8aa..aea450a196 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -59,15 +59,6 @@
#endif
/*
- * On some systems, when we compile with the GUI, we always use it. On Mac
- * there is no terminal version, and on Windows we can't figure out how to
- * fork one off with :gui.
- */
-#if defined(FEAT_GUI_MSWIN) || (defined(FEAT_GUI_MAC) && !defined(MACOS_X_UNIX))
-# define ALWAYS_USE_GUI
-#endif
-
-/*
* On some systems scrolling needs to be done right away instead of in the
* main loop.
*/