]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/test.cpp
only initialize sockets if IPC implementation is socket-based
[wxWidgets.git] / tests / test.cpp
index d65ec1fbfa1144fd4e6ebdf39a6fc036ec0061c9..406e6dcd391db61686231c44c81cf285319b483a 100644 (file)
@@ -78,13 +78,6 @@ bool TestApp::OnInit()
     cout << "Test program for wxWidgets\n"
          << "build: " << WX_BUILD_OPTIONS_SIGNATURE << std::endl;
 
-#if !wxUSE_WXVSNPRINTF
-    cout << "\n";
-    cout << "WARNING: VsnprintfTestCase will test the system vsnprintf() function\n";
-    cout << "         instead of the wxWidgets wxVsnprintf_ implementation!" << std::endl;
-    cout << "\n";
-#endif
-
 #if wxUSE_GUI
     // create a hidden parent window to be used as parent for the GUI controls
     new wxFrame(NULL, wxID_ANY, "Hidden wx test frame");