hhctrl.ocx: Remove unused variable

Andrew Talbot Andrew.Talbot at talbotville.com
Mon Jan 8 14:18:46 CST 2007


Changelog:
    hhctrl.ocx: Remove unused variable.

diff -urN a/dlls/hhctrl.ocx/webbrowser.c b/dlls/hhctrl.ocx/webbrowser.c
--- a/dlls/hhctrl.ocx/webbrowser.c	2006-05-23 13:48:01.000000000 +0100
+++ b/dlls/hhctrl.ocx/webbrowser.c	2007-01-08 19:10:32.000000000 +0000
@@ -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-patches mailing list