regedit: Remove variable ExportKeyPath which is not really used from ExportRegistryFile.

oldstable
Gerald Pfeifer 2010-05-01 16:38:50 +02:00 committed by Alexandre Julliard
parent d9dbfa7d7c
commit 8283920268
1 changed files with 0 additions and 2 deletions

View File

@ -363,10 +363,8 @@ static BOOL ImportRegistryFile(HWND hWnd)
static BOOL ExportRegistryFile(HWND hWnd)
{
OPENFILENAMEW ofn;
WCHAR ExportKeyPath[_MAX_PATH];
WCHAR title[128];
ExportKeyPath[0] = 0;
InitOpenFileName(hWnd, &ofn);
LoadStringW(hInst, IDS_FILEDIALOG_EXPORT_TITLE, title, COUNT_OF(title));
ofn.lpstrTitle = title;