]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/menu.h
MinGW compilation fixes.
[wxWidgets.git] / include / wx / msw / menu.h
index 310586e498acc293c270c467a61a303f766a2ca0..04273f78bc0a18ef0a4e9cd3b76d05e88f5abe21 100644 (file)
@@ -5,8 +5,8 @@
 // Modified by: Vadim Zeitlin (wxMenuItem is now in separate file)
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:     wxWindows license
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_MENU_H_
@@ -49,17 +49,6 @@ public:
 
     virtual void SetTitle(const wxString& title);
 
-    // deprecated functions
-#if wxUSE_MENU_CALLBACK
-    wxMenu(const wxString& title, const wxFunction func)
-        : wxMenuBase(title)
-    {
-        Init();
-
-        Callback(func);
-    }
-#endif // wxUSE_MENU_CALLBACK
-
     // implementation only from now on
     // -------------------------------