summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorericm <ericm>2000-06-15 16:01:04 (GMT)
committerericm <ericm>2000-06-15 16:01:04 (GMT)
commitd05dd51ce0054b3336326939525520bd45db5c00 (patch)
tree529f9517f438c0f2aca993e46c67e43dde5669ec
parente5e6abf4c3fdaeb7833157dccc54436225119a9e (diff)
downloadtk-d05dd51ce0054b3336326939525520bd45db5c00.zip
tk-d05dd51ce0054b3336326939525520bd45db5c00.tar.gz
tk-d05dd51ce0054b3336326939525520bd45db5c00.tar.bz2
Removed unused variable declaration.
-rw-r--r--win/tkWinDialog.c3
1 files changed, 1 insertions, 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;