From 7fd2cf260b6d61989d3f5e82a802bcd0a7f33e81 Mon Sep 17 00:00:00 2001 From: vincentdarley Date: Thu, 29 Dec 2005 10:46:46 +0000 Subject: remove unused variable to allow compilation with VC++ in debug mode --- win/tkWinWm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/tkWinWm.c b/win/tkWinWm.c index 80df397..be5e96d 100644 --- a/win/tkWinWm.c +++ b/win/tkWinWm.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinWm.c,v 1.107 2005/12/10 01:42:01 mdejong Exp $ + * RCS: @(#) $Id: tkWinWm.c,v 1.108 2005/12/29 10:46:46 vincentdarley Exp $ */ #include "tkWinInt.h" @@ -1648,7 +1648,7 @@ ReadIconOrCursorFromFile( Tcl_Obj *fileName, BOOL isIcon) { - BlockOfIconImagesPtr lpIR, lpNew; + BlockOfIconImagesPtr lpIR; Tcl_Channel channel; int i; DWORD dwBytesRead; -- cgit v0.12