[2/3] hhctrl.ocx: Remove some dead code.

Hans Leidekker hans at meelstraat.net
Wed Jul 1 04:54:07 CDT 2009


This condition is inside the switch block for HH_DISPLAY_SEARCH,
so it can never evaluate to true.

 -Hans

diff --git a/dlls/hhctrl.ocx/hhctrl.c b/dlls/hhctrl.ocx/hhctrl.c
index 5e707b9..10e04bc 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)



More information about the wine-patches mailing list