mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
remove unused variable
svn path=/trunk/; revision=15863
This commit is contained in:
parent
8addb6ae11
commit
c25cc23eb8
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue