Jacek Caban : shdocvw: Get rid of no longer used DOCHOST_THIS.

Alexandre Julliard julliard at winehq.org
Thu Dec 30 10:49:53 CST 2010


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Dec 29 19:05:39 2010 +0100

shdocvw: Get rid of no longer used DOCHOST_THIS.

---

 dlls/shdocvw/iexplore.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/shdocvw/iexplore.c b/dlls/shdocvw/iexplore.c
index 745cb17..d966f79 100644
--- a/dlls/shdocvw/iexplore.c
+++ b/dlls/shdocvw/iexplore.c
@@ -44,8 +44,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
 
 #define IDI_APPICON 1
 
-#define DOCHOST_THIS(iface) DEFINE_THIS2(InternetExplorer,doc_host,iface)
-
 static const WCHAR szIEWinFrame[] = { 'I','E','F','r','a','m','e',0 };
 
 /* Windows uses "Microsoft Internet Explorer" */




More information about the wine-cvs mailing list