hhctrl.ocx: Remove unused variable.

This commit is contained in:
Andrew Talbot 2007-01-08 20:18:46 +00:00 committed by Alexandre Julliard
parent 45bd6336c2
commit 10334ed041
1 changed files with 0 additions and 2 deletions

View File

@ -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;