diff options
Diffstat (limited to 'win/tkWinX.c')
-rw-r--r-- | win/tkWinX.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win/tkWinX.c b/win/tkWinX.c index 5c2e3b4..0325df7 100644 --- a/win/tkWinX.c +++ b/win/tkWinX.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: tkWinX.c,v 1.10 2000/04/19 01:06:51 ericm Exp $ + * RCS: @(#) $Id: tkWinX.c,v 1.11 2000/07/06 03:17:45 mo Exp $ */ #include "tkWinInt.h" @@ -31,8 +31,6 @@ static int childClassInitialized; /* Registered child class? */ static WNDCLASS childClass; /* Window class for child windows. */ static int tkPlatformId; /* version of Windows platform */ -TCL_DECLARE_MUTEX(winXMutex) - /* * Thread local storage. Notice that now each thread must have its * own TkDisplay structure, since this structure contains most of |