diff options
author | das <das> | 2004-03-17 18:15:28 (GMT) |
---|---|---|
committer | das <das> | 2004-03-17 18:15:28 (GMT) |
commit | 4cef3cd95fe271a0c4ff5081c625fa29e649efa9 (patch) | |
tree | a4d842ff3e2a8fc34e8fd25e2322f00537fdfae9 /generic/tkPointer.c | |
parent | b9ad7407b786c017d8102f41044f03b5af98ff00 (diff) | |
download | tk-4cef3cd95fe271a0c4ff5081c625fa29e649efa9.zip tk-4cef3cd95fe271a0c4ff5081c625fa29e649efa9.tar.gz tk-4cef3cd95fe271a0c4ff5081c625fa29e649efa9.tar.bz2 |
Removed support for Mac OS Classic platform [Patch 918139]
Diffstat (limited to 'generic/tkPointer.c')
-rw-r--r-- | generic/tkPointer.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/generic/tkPointer.c b/generic/tkPointer.c index 2c686d6..917020f 100644 --- a/generic/tkPointer.c +++ b/generic/tkPointer.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkPointer.c,v 1.8 2003/11/25 08:45:30 a_kovalenko Exp $ + * RCS: @(#) $Id: tkPointer.c,v 1.9 2004/03/17 18:15:43 das Exp $ */ #include "tkInt.h" @@ -20,11 +20,6 @@ #include "tkWinInt.h" #endif -#if defined(MAC_TCL) -#include "tkMacInt.h" -#define Cursor XCursor -#endif - #if defined(MAC_OSX_TK) #include "tkMacOSXInt.h" #define Cursor XCursor |