removed unnecessary #if wxUSE_GUIs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-06-18 21:49:40 +00:00
parent c631d59053
commit 3cac31513f
3 changed files with 0 additions and 9 deletions

View File

@@ -36,8 +36,6 @@
// Useful buffer, initialized in wxCommonInit // Useful buffer, initialized in wxCommonInit
wxChar *wxBuffer = NULL; wxChar *wxBuffer = NULL;
#if wxUSE_GUI
// Windows List // Windows List
wxWindowList wxTopLevelWindows; wxWindowList wxTopLevelWindows;
@@ -160,4 +158,3 @@ WXDLLEXPORT_DATA(const wxChar *) wxUserResourceStr = wxT("TEXT");
const wxSize wxDefaultSize(-1, -1); const wxSize wxDefaultSize(-1, -1);
const wxPoint wxDefaultPosition(-1, -1); const wxPoint wxDefaultPosition(-1, -1);
#endif // wxUSE_GUI

View File

@@ -53,9 +53,6 @@
#include "wx/object.h" #include "wx/object.h"
#include "wx/list.h" #include "wx/list.h"
#include "wx/utils.h" #include "wx/utils.h"
#if wxUSE_GUI
#include "wx/msgdlg.h"
#endif
#include "wx/log.h" #include "wx/log.h"
#endif #endif
#include "wx/filefn.h" #include "wx/filefn.h"

View File

@@ -48,9 +48,6 @@
#include "wx/object.h" #include "wx/object.h"
#include "wx/list.h" #include "wx/list.h"
#include "wx/utils.h" #include "wx/utils.h"
#if wxUSE_GUI
#include "wx/msgdlg.h"
#endif
#include "wx/log.h" #include "wx/log.h"
#endif #endif
#include "wx/filefn.h" #include "wx/filefn.h"