From c25cc23eb82bd202e0892c0af670ca0a2c14e0b5 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sun, 12 Jun 2005 09:13:45 +0000 Subject: [PATCH] remove unused variable svn path=/trunk/; revision=15863 --- reactos/subsys/system/winefile/winefile.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/subsys/system/winefile/winefile.c b/reactos/subsys/system/winefile/winefile.c index b7dfc0f90b5..fe9c4c742c4 100644 --- a/reactos/subsys/system/winefile/winefile.c +++ b/reactos/subsys/system/winefile/winefile.c @@ -1887,7 +1887,6 @@ static INT_PTR CALLBACK PropertiesDialogDlgProc(HWND hwnd, UINT nmsg, WPARAM wpa 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;