no need for !wxUSE_GUI test anymore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-09-11 17:02:17 +00:00
parent 76fae052f1
commit 8fef2a9b08

View File

@@ -19,10 +19,6 @@
#include "wx/defs.h"
#if wxUSE_GUI
#error "This sample can't be compiled in GUI mode."
#endif // wxUSE_GUI
#include <stdio.h>
#include "wx/string.h"