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:
parent
c631d59053
commit
3cac31513f
@ -36,8 +36,6 @@
|
||||
// Useful buffer, initialized in wxCommonInit
|
||||
wxChar *wxBuffer = NULL;
|
||||
|
||||
#if wxUSE_GUI
|
||||
|
||||
// Windows List
|
||||
wxWindowList wxTopLevelWindows;
|
||||
|
||||
@ -160,4 +158,3 @@ WXDLLEXPORT_DATA(const wxChar *) wxUserResourceStr = wxT("TEXT");
|
||||
const wxSize wxDefaultSize(-1, -1);
|
||||
const wxPoint wxDefaultPosition(-1, -1);
|
||||
|
||||
#endif // wxUSE_GUI
|
||||
|
@ -53,9 +53,6 @@
|
||||
#include "wx/object.h"
|
||||
#include "wx/list.h"
|
||||
#include "wx/utils.h"
|
||||
#if wxUSE_GUI
|
||||
#include "wx/msgdlg.h"
|
||||
#endif
|
||||
#include "wx/log.h"
|
||||
#endif
|
||||
#include "wx/filefn.h"
|
||||
|
@ -48,9 +48,6 @@
|
||||
#include "wx/object.h"
|
||||
#include "wx/list.h"
|
||||
#include "wx/utils.h"
|
||||
#if wxUSE_GUI
|
||||
#include "wx/msgdlg.h"
|
||||
#endif
|
||||
#include "wx/log.h"
|
||||
#endif
|
||||
#include "wx/filefn.h"
|
||||
|
Loading…
Reference in New Issue
Block a user