From 10334ed0419ce1f2e70c9c2310c9fcd4bdfab207 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Mon, 8 Jan 2007 20:18:46 +0000 Subject: [PATCH] hhctrl.ocx: Remove unused variable. --- dlls/hhctrl.ocx/webbrowser.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/hhctrl.ocx/webbrowser.c b/dlls/hhctrl.ocx/webbrowser.c index 3ed1cfeb4c3..b1cb1c9a7d1 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;