diff options
Diffstat (limited to 'mac/tkMacAppInit.c')
-rw-r--r-- | mac/tkMacAppInit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mac/tkMacAppInit.c b/mac/tkMacAppInit.c index 43d3371..9d27ca7 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.9 1999/04/28 18:18:07 redman Exp $ + * RCS: @(#) $Id: tkMacAppInit.c,v 1.10 1999/05/22 06:32:08 jingham Exp $ */ #include <Gestalt.h> @@ -272,7 +272,6 @@ MacintoshInit() Tcl_MacSetEventProc(TkMacConvertEvent); - return TCL_OK; } |