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 ) ;