Commit 28f91290 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

hhctrl.ocx: Remove some dead code.

This condition is inside the switch block for HH_DISPLAY_SEARCH, so it can never evaluate to true.
parent abad7f4f
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment