X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19a67f39d7615692953f490b9a2d9a9176fdb685..2190f6aa153416d1c225532bb026df98b3e273ad:/src/common/appcmn.cpp?ds=sidebyside diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index 2df9a21aaf..41f3958d47 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -419,9 +419,7 @@ bool wxAppBase::SendIdleEvents(wxWindow* win, wxIdleEvent& event) wxLog *wxGUIAppTraitsBase::CreateLogTarget() { -// DE: One day I'll remove this but right now the generic dialog used for this -// just doesn't work right at all on wxCocoa. -#if wxUSE_LOGGUI && !defined(__WXCOCOA__) +#if wxUSE_LOGGUI return new wxLogGui; #else // we must have something!