]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/app.cpp
Combine two wxImage-to-pixmap creation functions into one.
[wxWidgets.git] / src / x11 / app.cpp
index f379aef0378705e64c4ee5bbc578bbf0ecd39d14..6afd9e20062b1744a4bfb3ed96e89f72d6a067c9 100644 (file)
@@ -668,10 +668,12 @@ void wxApp::WakeUpIdle()
 // Create display, and other initialization
 bool wxApp::OnInitGui()
 {
+#if wxUSE_LOG
     // Eventually this line will be removed, but for
     // now we don't want to try popping up a dialog
     // for error messages.
     delete wxLog::SetActiveTarget(new wxLogStderr);
+#endif
 
     if (!wxAppBase::OnInitGui())
         return false;