diff --git a/src/motif/menu.cpp b/src/motif/menu.cpp index 9df03bef8d..af42da70b0 100644 --- a/src/motif/menu.cpp +++ b/src/motif/menu.cpp @@ -217,7 +217,7 @@ wxMenuBar::~wxMenuBar() void wxMenuBar::EnableTop(size_t WXUNUSED(pos), bool WXUNUSED(flag)) { // wxFAIL_MSG("TODO"); - wxLogWarning("wxMenuBar::EnableTop not yet implemented."); +// wxLogWarning("wxMenuBar::EnableTop not yet implemented."); } void wxMenuBar::SetLabelTop(size_t pos, const wxString& label)