diff options
author | das <das@noemail.net> | 2007-08-23 10:45:14 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2007-08-23 10:45:14 (GMT) |
commit | 7b3fc7a0412b538616a35b27df72c1f6357f3a1a (patch) | |
tree | dae11059952b3ae98885e2bea579ba27487ccdad /macosx/tkMacOSXInt.h | |
parent | 5426e9656f8a754b307d61c75420d3066f372ee6 (diff) | |
download | tk-7b3fc7a0412b538616a35b27df72c1f6357f3a1a.zip tk-7b3fc7a0412b538616a35b27df72c1f6357f3a1a.tar.gz tk-7b3fc7a0412b538616a35b27df72c1f6357f3a1a.tar.bz2 |
move macros for Debugging.h to private header
FossilOrigin-Name: 0ae1014ce3a8b91d0a7a64d912e951ac4fbd4e03
Diffstat (limited to 'macosx/tkMacOSXInt.h')
-rw-r--r-- | macosx/tkMacOSXInt.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/macosx/tkMacOSXInt.h b/macosx/tkMacOSXInt.h index 1d2fdc0..98418aa 100644 --- a/macosx/tkMacOSXInt.h +++ b/macosx/tkMacOSXInt.h @@ -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: tkMacOSXInt.h,v 1.3.2.21 2007/06/29 03:22:02 das Exp $ + * RCS: @(#) $Id: tkMacOSXInt.h,v 1.3.2.22 2007/08/23 10:45:15 das Exp $ */ #ifndef _TKMACINT @@ -20,8 +20,6 @@ #include "tkInt.h" #endif -#define kComponentSignatureString "TkMacOSX" -#define COMPONENT_SIGNATURE 'Tk ' #define TextStyle MacTextStyle #include <Carbon/Carbon.h> #undef TextStyle |