X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2fcd7f64a536513f8c8e3ecfac51c0a9ed7f92b7..51f5e2822cdcb8b433b1d117f186dfd8bb06e240:/include/wx/cocoa/timer.h diff --git a/include/wx/cocoa/timer.h b/include/wx/cocoa/timer.h index be47a6b33a..626a85635a 100644 --- a/include/wx/cocoa/timer.h +++ b/include/wx/cocoa/timer.h @@ -11,10 +11,6 @@ #ifndef __WX_TIMER_H__ #define __WX_TIMER_H__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "timer.h" -#endif - #include "wx/cocoa/ObjcRef.h" //----------------------------------------------------------------------------- @@ -44,7 +40,6 @@ protected: private: WX_NSTimer m_cocoaNSTimer; - static const wxObjcAutoRefFromAlloc sm_cocoaDelegate; DECLARE_ABSTRACT_CLASS(wxTimer) };