]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/timer.h
Tinderbox build fix for wxUnivGTK build.
[wxWidgets.git] / include / wx / cocoa / timer.h
index be47a6b33a0b4af3aa33f1bddcee9d909459160c..626a85635a2bd9248a9a6c4297a1de297349376c 100644 (file)
 #ifndef __WX_TIMER_H__
 #define __WX_TIMER_H__
 
 #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"
 
 //-----------------------------------------------------------------------------
 #include "wx/cocoa/ObjcRef.h"
 
 //-----------------------------------------------------------------------------
@@ -44,7 +40,6 @@ protected:
 
 private:
     WX_NSTimer m_cocoaNSTimer;
 
 private:
     WX_NSTimer m_cocoaNSTimer;
-    static const wxObjcAutoRefFromAlloc<struct objc_object *> sm_cocoaDelegate;
 
     DECLARE_ABSTRACT_CLASS(wxTimer)
 };
 
     DECLARE_ABSTRACT_CLASS(wxTimer)
 };