]> git.saurik.com Git - wxWidgets.git/commitdiff
removed unused wxUSE_NOGUI to avoid confusion with wxUSE_GUI
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Jan 2005 20:06:20 +0000 (20:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Jan 2005 20:06:20 +0000 (20:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in
setup.h.in

index 39e35286c25475c193c405413317feab559a6db3..a973dfea6852e34713d35e412a322f1607136a80 100755 (executable)
--- a/configure
+++ b/configure
@@ -33548,12 +33548,7 @@ if test "$wxUSE_GUI" = "yes"; then
 _ACEOF
 
 
 _ACEOF
 
 
-                      else
-  cat >>confdefs.h <<\_ACEOF
-#define wxUSE_NOGUI 1
-_ACEOF
-
-fi
+                      fi
 
 
 if test "$wxUSE_UNIX" = "yes"; then
 
 
 if test "$wxUSE_UNIX" = "yes"; then
index bc04d854b25b6fcf6c6fbd850086f0d0d4ed848c..db74b1673233eb4333a4da489caf406fc6629137 100644 (file)
@@ -4509,8 +4509,6 @@ if test "$wxUSE_GUI" = "yes"; then
   dnl    need the dcs, pens, brushes, ...), this just can't be done now
   dnl 4. menu stuff: wxMenu, wxMenuBar, wxMenuItem
   dnl 5. misc stuff: timers, settings, message box
   dnl    need the dcs, pens, brushes, ...), this just can't be done now
   dnl 4. menu stuff: wxMenu, wxMenuBar, wxMenuItem
   dnl 5. misc stuff: timers, settings, message box
-else
-  AC_DEFINE(wxUSE_NOGUI)
 fi
 
 dnl ---------------------------------------------------------------------------
 fi
 
 dnl ---------------------------------------------------------------------------
index 8c1291e681b83acc77deae4e6541ad38a3f99aad..460b31b7b01e457c086003ec46991be2a66e6f5b 100644 (file)
  */
 #define wxUSE_OPENGL 0
 
  */
 #define wxUSE_OPENGL 0
 
-/*
- * Don't use GUI (defined to 1 when compiling/using base only)
- */
-#define wxUSE_NOGUI 0
-
 /*
  * Set to 1 to compile MS Windows XP theme engine support
  */
 /*
  * Set to 1 to compile MS Windows XP theme engine support
  */