summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2005-12-29 10:46:46 (GMT)
committervincentdarley <vincentdarley>2005-12-29 10:46:46 (GMT)
commit7fd2cf260b6d61989d3f5e82a802bcd0a7f33e81 (patch)
treee13821a62b4d953e43a6d88cd17c167c9bbb9fa9 /win
parent06ffd70d497e92ae700dd2154b27e65bdcf1d3a2 (diff)
downloadtk-7fd2cf260b6d61989d3f5e82a802bcd0a7f33e81.zip
tk-7fd2cf260b6d61989d3f5e82a802bcd0a7f33e81.tar.gz
tk-7fd2cf260b6d61989d3f5e82a802bcd0a7f33e81.tar.bz2
remove unused variable to allow compilation with VC++ in debug mode
Diffstat (limited to 'win')
-rw-r--r--win/tkWinWm.c4
1 files 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;