removed unused wxUSE_NOGUI to avoid confusion with wxUSE_GUI

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-01-15 20:06:20 +00:00
parent aa1f2541b6
commit 72bb50de24
3 changed files with 1 additions and 13 deletions

7
configure vendored
View File

@@ -33548,12 +33548,7 @@ if test "$wxUSE_GUI" = "yes"; then
_ACEOF _ACEOF
else fi
cat >>confdefs.h <<\_ACEOF
#define wxUSE_NOGUI 1
_ACEOF
fi
if test "$wxUSE_UNIX" = "yes"; then if test "$wxUSE_UNIX" = "yes"; then

View 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 need the dcs, pens, brushes, ...), this just can't be done now
dnl 4. menu stuff: wxMenu, wxMenuBar, wxMenuItem dnl 4. menu stuff: wxMenu, wxMenuBar, wxMenuItem
dnl 5. misc stuff: timers, settings, message box dnl 5. misc stuff: timers, settings, message box
else
AC_DEFINE(wxUSE_NOGUI)
fi fi
dnl --------------------------------------------------------------------------- dnl ---------------------------------------------------------------------------

View File

@@ -612,11 +612,6 @@
*/ */
#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
*/ */