diff options
Diffstat (limited to 'win/tkWinInt.h')
-rw-r--r-- | win/tkWinInt.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win/tkWinInt.h b/win/tkWinInt.h index 7fb1ea4..7aaabaa 100644 --- a/win/tkWinInt.h +++ b/win/tkWinInt.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: tkWinInt.h,v 1.6 1999/04/16 01:51:52 stanton Exp $ + * RCS: @(#) $Id: tkWinInt.h,v 1.7 1999/11/19 22:00:19 hobbs Exp $ */ #ifndef _TKWININT @@ -41,8 +41,6 @@ #define WS_EX_TOOLWINDOW 0x00000080L #endif -typedef struct TkFontAttributes TkFontAttributes; - /* * The TkWinDCState is used to save the state of a device context * so that it can be restored later. |