summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
diff options
context:
space:
mode:
authordas <das@noemail.net>2004-03-17 18:15:27 (GMT)
committerdas <das@noemail.net>2004-03-17 18:15:27 (GMT)
commit66ee68da5a4a12aa0ceb30c6a7c96d6f86ca4e2c (patch)
treea4d842ff3e2a8fc34e8fd25e2322f00537fdfae9 /generic/tkText.c
parent12819e574ba8306071f121cee54c2685d6d157bc (diff)
downloadtk-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/tkText.c')
-rw-r--r--generic/tkText.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkText.c b/generic/tkText.c
index 9981e1d..bd417d0 100644
--- a/generic/tkText.c
+++ b/generic/tkText.c
@@ -14,7 +14,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkText.c,v 1.48 2004/01/13 02:06:00 davygrvy Exp $
+ * RCS: @(#) $Id: tkText.c,v 1.49 2004/03/17 18:15:44 das Exp $
*/
#include "default.h"
@@ -22,7 +22,7 @@
#include "tkInt.h"
#include "tkUndo.h"
-#if defined(MAC_TCL) || defined(MAC_OSX_TK)
+#if defined(MAC_OSX_TK)
#define Style TkStyle
#define DInfo TkDInfo
#endif