Module: wine Branch: master Commit: 10334ed0419ce1f2e70c9c2310c9fcd4bdfab207 URL: http://source.winehq.org/git/wine.git/?a=commit;h=10334ed0419ce1f2e70c9c2310...
Author: Andrew Talbot Andrew.Talbot@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;