From efc97734ae554443a81439ff97824f0a97e95c40 Mon Sep 17 00:00:00 2001
From: Stefan Csomor <csomor@advancedconcepts.ch>
Date: Fri, 14 May 2004 17:12:43 +0000
Subject: [PATCH] wxMacWakeUp moved

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 include/wx/mac/carbon/macnotfy.h | 1 -
 1 file changed, 1 deletion(-)

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