mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 13:13:34 +01:00
Windows: remove unused variable.
This commit is contained in:
parent
9f7805b7db
commit
e4e017a2ad
@ -1741,7 +1741,7 @@ BOOL DoShortcutsUninstall (HWND hwndDlg, wchar_t *szDestDir)
|
|||||||
BOOL DoShortcutsInstall (HWND hwndDlg, wchar_t *szDestDir, BOOL bProgGroup, BOOL bDesktopIcon)
|
BOOL DoShortcutsInstall (HWND hwndDlg, wchar_t *szDestDir, BOOL bProgGroup, BOOL bDesktopIcon)
|
||||||
{
|
{
|
||||||
wchar_t szLinkDir[TC_MAX_PATH], szDir[TC_MAX_PATH];
|
wchar_t szLinkDir[TC_MAX_PATH], szDir[TC_MAX_PATH];
|
||||||
wchar_t szTmp[TC_MAX_PATH], szTmp2[TC_MAX_PATH], szTmp3[TC_MAX_PATH];
|
wchar_t szTmp[TC_MAX_PATH], szTmp2[TC_MAX_PATH];
|
||||||
BOOL bSlash, bOK = FALSE;
|
BOOL bSlash, bOK = FALSE;
|
||||||
HRESULT hOle;
|
HRESULT hOle;
|
||||||
int x;
|
int x;
|
||||||
|
Loading…
Reference in New Issue
Block a user