remove unused variable
Modified: trunk/reactos/subsys/system/winefile/winefile.c

Modified: trunk/reactos/subsys/system/winefile/winefile.c
--- trunk/reactos/subsys/system/winefile/winefile.c	2005-06-11 21:29:59 UTC (rev 15862)
+++ trunk/reactos/subsys/system/winefile/winefile.c	2005-06-12 09:13:45 UTC (rev 15863)
@@ -1887,7 +1887,6 @@
 		case WM_INITDIALOG: {
 			const static TCHAR sByteFmt[] = {'%','s',' ','B','y','t','e','s','\0'};
 			TCHAR b1[BUFFER_LEN], b2[BUFFER_LEN];
-			NUMBERFMT fmt = {0};
 			LPWIN32_FIND_DATA pWFD;
 			ULONGLONG size;