]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/menu.cpp
Cured some bugs/typos/spacing in docs
[wxWidgets.git] / src / gtk / menu.cpp
index b41ead44f43df73fe0b63816993e8e7b9aaa2cf5..1fec1d74fceef939057aa57e78d4060ebbf0cc30 100644 (file)
@@ -638,11 +638,9 @@ IMPLEMENT_DYNAMIC_CLASS(wxMenu,wxEvtHandler)
 
 void
 wxMenu::Init( const wxString& title,
-              long style
-#ifdef WXWIN_COMPATIBILITY
-              , const wxFunction func
-#endif
-              )
+              long style,
+             const wxFunction func
+             )
 {
     m_title = title;
     m_items.DeleteContents( TRUE );
@@ -657,9 +655,7 @@ wxMenu::Init( const wxString& title,
     m_menu = gtk_menu_new();  // Do not show!
 #endif
 
-#ifdef WXWIN_COMPATIBILITY
     m_callback = func;
-#endif
 
     m_eventHandler = this;
     m_clientData = (void*) NULL;