Revert the 2.8 hacks from r51892 on the trunk.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2008-02-18 21:26:51 +00:00
parent 580cc1eb85
commit 861b3043ca
2 changed files with 7 additions and 24 deletions

View File

@@ -76,9 +76,10 @@ protected:
WX_NSMutableArray m_cocoaItems;
wxArrayPtrVoid m_itemClientData;
struct objc_object *m_cocoaDataSource;
bool m_needsUpdate;
inline bool _WxCocoa_GetNeedsUpdate();
inline void _WxCocoa_SetNeedsUpdate(bool needsUpdate);
void _WxCocoa_OnIdle(wxIdleEvent &event);
virtual void OnInternalIdle();
// ------------------------------------------------------------------------
// Implementation
// ------------------------------------------------------------------------