]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed warning.
authorJulian Smart <julian@anthemion.co.uk>
Fri, 12 Nov 1999 16:12:26 +0000 (16:12 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 12 Nov 1999 16:12:26 +0000 (16:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/motif/menu.cpp

index 9df03bef8dc74c55607e5bb3bafff1075611db16..af42da70b01c404ee7a1ed0ac9d26fa826d2ef83 100644 (file)
@@ -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)