summaryrefslogtreecommitdiffstats
path: root/mac/tkMacAppInit.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-01-15 20:48:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-01-15 20:48:26 (GMT)
commit241081870bc482f31dfc97458b316d57feecd264 (patch)
treee4c709259c2f4adc2aab03f662cbe17295582db9 /mac/tkMacAppInit.c
parent8403334007fc763313504fb3a46f5aa6cca41151 (diff)
downloadtk-241081870bc482f31dfc97458b316d57feecd264.zip
tk-241081870bc482f31dfc97458b316d57feecd264.tar.gz
tk-241081870bc482f31dfc97458b316d57feecd264.tar.bz2
* Updated Tk's console to CONSTified channel driver interface.
[Tcl Patch 503565, Tk Patch 503983]
Diffstat (limited to 'mac/tkMacAppInit.c')
-rw-r--r--mac/tkMacAppInit.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/mac/tkMacAppInit.c b/mac/tkMacAppInit.c
index 670e8fa..c625609 100644
--- a/mac/tkMacAppInit.c
+++ b/mac/tkMacAppInit.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacAppInit.c,v 1.12 2000/02/10 08:53:06 jingham Exp $
+ * RCS: @(#) $Id: tkMacAppInit.c,v 1.13 2002/01/15 20:48:30 dgp Exp $
*/
#include <Gestalt.h>
@@ -52,12 +52,6 @@ extern char * __ttyname _ANSI_ARGS_((long fildes));
short SIOUXHandleOneEvent _ANSI_ARGS_((EventRecord *event));
/*
- * Prototypes for functions from the tkConsole.c file.
- */
-
-EXTERN void TkConsolePrint _ANSI_ARGS_((Tcl_Interp *interp,
- int devId, char *buffer, long size));
-/*
* Forward declarations for procedures defined later in this file:
*/