hhctrl.ocx: Remove some dead code.

This condition is inside the switch block for HH_DISPLAY_SEARCH,
so it can never evaluate to true.
This commit is contained in:
Hans Leidekker 2009-07-01 11:54:07 +02:00 committed by Alexandre Julliard
parent abad7f4f76
commit 28f9129000
1 changed files with 0 additions and 5 deletions

View File

@ -119,11 +119,6 @@ HWND WINAPI HtmlHelpW(HWND caller, LPCWSTR filename, UINT command, DWORD_PTR dat
filename = chm_file;
index += 2; /* advance beyond "::" for calling NavigateToChm() later */
}
else
{
if (command!=HH_DISPLAY_SEARCH) /* FIXME - use HH_FTS_QUERYW structure in data */
index = (const WCHAR*)data;
}
info = CreateHelpViewer(filename);
if(!info)