Detlef Riekenberg : ieframe: Remove dead code.

Alexandre Julliard julliard at winehq.org
Wed Jan 25 15:14:03 CST 2012


Module: wine
Branch: master
Commit: 1e1ad5ba2fb976ca84420aea6df77ecb189f650e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1e1ad5ba2fb976ca84420aea6df77ecb189f650e

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Wed Jan 25 00:00:11 2012 +0100

ieframe: Remove dead code.

---

 dlls/ieframe/dochost.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/ieframe/dochost.c b/dlls/ieframe/dochost.c
index 6eb27ec..5b0dd54 100644
--- a/dlls/ieframe/dochost.c
+++ b/dlls/ieframe/dochost.c
@@ -531,7 +531,6 @@ static HRESULT WINAPI ClOleCommandTarget_Exec(IOleCommandTarget *iface,
             FIXME("Unimplemented cmdid %d\n", nCmdID);
             return E_NOTIMPL;
         }
-        return S_OK;
     }
 
     if(IsEqualGUID(pguidCmdGroup, &CGID_DocHostCmdPriv)) {




More information about the wine-cvs mailing list