]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/menu.cpp
Convert argv[] to Unicode
[wxWidgets.git] / src / gtk1 / menu.cpp
index 34d188bfb1bd57dbecbe59bb9b4b05dce1cd7aa2..10656f39f4c671699a439a46fbc168cc3cb0f90c 100644 (file)
@@ -626,19 +626,9 @@ bool wxMenuItem::IsChecked() const
 
 IMPLEMENT_DYNAMIC_CLASS(wxMenu,wxEvtHandler)
 
-wxMenu::wxMenu( const wxString& title, const wxFunction func, long style )
-{
-   Init(title, func, style);
-}
-
-wxMenu::wxMenu(long style)
-{
-   Init(wxEmptyString, (wxFunction) NULL, style);
-}
-
 void
 wxMenu::Init( const wxString& title,
-              long style,
+              long style
 #ifdef WXWIN_COMPATIBILITY
               , const wxFunction func
 #endif