diff options
author | das <das@noemail.net> | 2004-03-17 18:15:27 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2004-03-17 18:15:27 (GMT) |
commit | 66ee68da5a4a12aa0ceb30c6a7c96d6f86ca4e2c (patch) | |
tree | a4d842ff3e2a8fc34e8fd25e2322f00537fdfae9 /generic/tkStubLib.c | |
parent | 12819e574ba8306071f121cee54c2685d6d157bc (diff) | |
download | tk-66ee68da5a4a12aa0ceb30c6a7c96d6f86ca4e2c.zip tk-66ee68da5a4a12aa0ceb30c6a7c96d6f86ca4e2c.tar.gz tk-66ee68da5a4a12aa0ceb30c6a7c96d6f86ca4e2c.tar.bz2 |
Removed support for Mac OS Classic platform [Patch 918139]
FossilOrigin-Name: 28ec831e756a8fba6e184ce2667ee594c4901904
Diffstat (limited to 'generic/tkStubLib.c')
-rw-r--r-- | generic/tkStubLib.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/generic/tkStubLib.c b/generic/tkStubLib.c index c86c2c5..0fa5d11 100644 --- a/generic/tkStubLib.c +++ b/generic/tkStubLib.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkStubLib.c,v 1.8 2002/08/31 06:12:27 das Exp $ + * RCS: @(#) $Id: tkStubLib.c,v 1.9 2004/03/17 18:15:44 das Exp $ */ @@ -38,10 +38,6 @@ #include "tkWinInt.h" #endif -#ifdef MAC_TCL -#include "tkMacInt.h" -#endif - #ifdef MAC_OSX_TK #include "tkMacOSXInt.h" #endif |