From 47424fe09e18117802f4e45e094a933caa5b564f Mon Sep 17 00:00:00 2001 From: Luke Hudson Date: Tue, 27 May 2008 05:45:50 +1200 Subject: [PATCH] openwidedll.c: removed obsolete comment and unused else --- openwidedll.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/openwidedll.c b/openwidedll.c index 46731b2..c8d86de 100755 --- a/openwidedll.c +++ b/openwidedll.c @@ -20,7 +20,6 @@ */ -/* --- The following code comes from c:\lcc\lib\wizard\dll.tpl. */ #include #include #include @@ -77,8 +76,7 @@ int addIcon2TB(HWND hwTB, HICON hIcn) return idxNew; } } - else - return -1; + return -1; } /* -- 2.11.4.GIT