From d05dd51ce0054b3336326939525520bd45db5c00 Mon Sep 17 00:00:00 2001 From: ericm Date: Thu, 15 Jun 2000 16:01:04 +0000 Subject: Removed unused variable declaration. --- win/tkWinDialog.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/win/tkWinDialog.c b/win/tkWinDialog.c index 3968c84..67f57b4 100644 --- a/win/tkWinDialog.c +++ b/win/tkWinDialog.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinDialog.c,v 1.11 2000/06/15 15:54:50 ericm Exp $ + * RCS: @(#) $Id: tkWinDialog.c,v 1.12 2000/06/15 16:01:04 ericm Exp $ * */ @@ -669,7 +669,6 @@ GetFileNameW(clientData, interp, objc, objv, open) * path. */ char *dir; - int dirlen; char *p; char *file; WCHAR *files; -- cgit v0.12