]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/dialog.h
Applied patch [ 858324 ] Calling EndModal inside an EVT_INIT_DIALOG event handler
[wxWidgets.git] / include / wx / mac / dialog.h
index 4d75cb15efd2d3b906616eadbc47f3ba6f6806e4..e6834011c5979fc6bf71b51d62d69016a9e6717f 100644 (file)
@@ -79,10 +79,6 @@ public:
     // returns TRUE if we're in a modal loop
     bool IsModalShowing() const;
 
-#if WXWIN_COMPATIBILITY
-    bool Iconized() const { return IsIconized(); };
-#endif
-
     // implementation
     // --------------