Andrew Talbot : hhctrl.ocx: Remove unused variable.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 9 06:10:38 CST 2007


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

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Mon Jan  8 20:18:46 2007 +0000

hhctrl.ocx: Remove unused variable.

---

 dlls/hhctrl.ocx/webbrowser.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/hhctrl.ocx/webbrowser.c b/dlls/hhctrl.ocx/webbrowser.c
index 3ed1cfe..b1cb1c9 100644
--- a/dlls/hhctrl.ocx/webbrowser.c
+++ b/dlls/hhctrl.ocx/webbrowser.c
@@ -32,8 +32,6 @@
 
 #define ICOM_THIS_MULTI(impl,field,iface) impl* const This=(impl*)((char*)(iface) - offsetof(impl,field))
 
-static const SAFEARRAYBOUND ArrayBound = {1, 0};
-
 typedef struct IOleClientSiteImpl
 {
     const IOleClientSiteVtbl *lpVtbl;




More information about the wine-cvs mailing list