]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/app.h
Add wxHAS_BITMAPTOGGLEBUTTON and test for it in the unit test.
[wxWidgets.git] / include / wx / cocoa / app.h
index a0a65f94272bc5977d86ee4a2e3293ddf665c377..2f30970f7a252a326323b8c03e043dc26bf7a51e 100644 (file)
@@ -67,17 +67,8 @@ public:
     virtual bool OnInit();
     virtual bool OnInitGui();
 
-#ifdef __WXDEBUG__
-    virtual void OnAssert(const wxChar *file, int line, const wxChar *cond, const wxChar *msg);
-    bool IsInAssert() const { return m_isInAssert; }
-#endif // __WXDEBUG__
-
     // Set true _before_ initializing wx to force embedded mode (no app delegate, etc.)
     static bool sm_isEmbedded;
-private:
-#ifdef __WXDEBUG__
-    bool m_isInAssert;
-#endif // __WXDEBUG__
 };
 
 #endif // _WX_COCOA_APP_H_