From 28f91290003675f2962f837b5009c65cf2cca9ce Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Wed, 1 Jul 2009 11:54:07 +0200 Subject: [PATCH] hhctrl.ocx: Remove some dead code. This condition is inside the switch block for HH_DISPLAY_SEARCH, so it can never evaluate to true. --- dlls/hhctrl.ocx/hhctrl.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dlls/hhctrl.ocx/hhctrl.c b/dlls/hhctrl.ocx/hhctrl.c index 5e707b92560..10e04bc3217 100644 --- a/dlls/hhctrl.ocx/hhctrl.c +++ b/dlls/hhctrl.ocx/hhctrl.c @@ -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)