summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDebug.h
diff options
context:
space:
mode:
authordas <das>2005-09-10 15:11:15 (GMT)
committerdas <das>2005-09-10 15:11:15 (GMT)
commit03172432b3e289654da46234c5cb015b408b5976 (patch)
treeb39ab4bf4dc665a10bea32186c157123f1b6619e /macosx/tkMacOSXDebug.h
parent772a802bd1a149cefda0f2fb72e01c827e2eec09 (diff)
downloadtk-03172432b3e289654da46234c5cb015b408b5976.zip
tk-03172432b3e289654da46234c5cb015b408b5976.tar.gz
tk-03172432b3e289654da46234c5cb015b408b5976.tar.bz2
move declarations of Carbon-internal event debugging routines to tkMacOSXCarbonEvents.c
Diffstat (limited to 'macosx/tkMacOSXDebug.h')
-rw-r--r--macosx/tkMacOSXDebug.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/macosx/tkMacOSXDebug.h b/macosx/tkMacOSXDebug.h
index f4d79ae..4851126 100644
--- a/macosx/tkMacOSXDebug.h
+++ b/macosx/tkMacOSXDebug.h
@@ -50,7 +50,7 @@
* software in accordance with the terms specified in this
* license.
*
- * RCS: @(#) $Id: tkMacOSXDebug.h,v 1.4 2005/09/10 14:53:20 das Exp $
+ * RCS: @(#) $Id: tkMacOSXDebug.h,v 1.5 2005/09/10 15:11:15 das Exp $
*/
#ifndef _TKMACDEBUG
@@ -74,10 +74,6 @@ char * TkMacOSXMenuMessageToAscii(int msg, char * s);
char * MouseTrackingResultToAscii(MouseTrackingResult r, char * buf );
-/* Declare Carbon-internal debugging routines (c.f. Technote 2124): */
-void _DebugPrintEvent(EventRef inEvent);
-void _TraceEventByName(CFStringRef eventName);
-
#endif
#endif