]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/dialoged/src/dialoged.h
Oops, I left an extra { in there.
[wxWidgets.git] / utils / dialoged / src / dialoged.h
index 458733bc17c6d300947f586546086dae46a078ed..d717107c87eecf0563192613fbd680e5c9a8b469 100644 (file)
@@ -9,18 +9,16 @@
 // Licence:    wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "dialoged.h"
 #endif
 
 #ifndef dialogedh
 #define dialogedh
 
-#include "wx/proplist.h"
+#include "wx/deprecated/proplist.h"
 #include "reseditr.h"
 
-extern void ObjectMenuProc(wxMenu *menu, wxCommandEvent& event);
-
 class MyChild;
 
 // Define a new application
@@ -31,11 +29,6 @@ public:
     bool OnInit(void);
     int OnExit(void);
     
-    void OnObjectPopupMenu(wxCommandEvent& event)
-    {
-        ObjectMenuProc((wxMenu *)event.GetEventObject(), event);
-    }
-    
 private:
     DECLARE_EVENT_TABLE()
 };