diff options
Diffstat (limited to 'mac/tclMacAppInit.c')
-rw-r--r-- | mac/tclMacAppInit.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mac/tclMacAppInit.c b/mac/tclMacAppInit.c index 1e83125..678198d 100644 --- a/mac/tclMacAppInit.c +++ b/mac/tclMacAppInit.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: tclMacAppInit.c,v 1.7 2001/06/14 00:48:51 dgp Exp $ + * RCS: @(#) $Id: tclMacAppInit.c,v 1.8 2001/06/17 03:48:19 dgp Exp $ */ #include "tcl.h" @@ -205,8 +205,6 @@ MacintoshInit() #endif - TclMacSetPanic(); - Tcl_MacSetEventProc((Tcl_MacConvertEventPtr) SIOUXHandleOneEvent); /* No problems with initialization */ |