diff --git a/configure b/configure index 39e35286c2..a973dfea68 100755 --- a/configure +++ b/configure @@ -33548,12 +33548,7 @@ if test "$wxUSE_GUI" = "yes"; then _ACEOF - else - cat >>confdefs.h <<\_ACEOF -#define wxUSE_NOGUI 1 -_ACEOF - -fi + fi if test "$wxUSE_UNIX" = "yes"; then diff --git a/configure.in b/configure.in index bc04d854b2..db74b16732 100644 --- a/configure.in +++ b/configure.in @@ -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 -else - AC_DEFINE(wxUSE_NOGUI) fi dnl --------------------------------------------------------------------------- diff --git a/setup.h.in b/setup.h.in index 8c1291e681..460b31b7b0 100644 --- a/setup.h.in +++ b/setup.h.in @@ -612,11 +612,6 @@ */ #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 */