From: Stefan Csomor Date: Fri, 14 May 2004 17:12:43 +0000 (+0000) Subject: wxMacWakeUp moved X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/efc97734ae554443a81439ff97824f0a97e95c40 wxMacWakeUp moved git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/macnotfy.h b/include/wx/mac/carbon/macnotfy.h index ae8a24e6de..7f85d88bbd 100644 --- a/include/wx/mac/carbon/macnotfy.h +++ b/include/wx/mac/carbon/macnotfy.h @@ -21,7 +21,6 @@ void wxMacCreateNotifierTable() ; void wxMacDestroyNotifierTable() ; wxMacNotifierTableRef wxMacGetNotifierTable() ; void wxMacAddEvent( wxMacNotifierTableRef table , wxMacNotificationProcPtr handler , unsigned long event , void* data , short wakeUp ) ; -void wxMacWakeUp() ; void wxMacProcessNotifierEvents() ; void wxMacProcessNotifierAndPendingEvents() ; void wxMacRemoveAllNotifiersForData( wxMacNotifierTableRef table , void* data ) ;