hhctrl.ocx: Remove unused variable.
This commit is contained in:
parent
45bd6336c2
commit
10334ed041
|
@ -32,8 +32,6 @@
|
||||||
|
|
||||||
#define ICOM_THIS_MULTI(impl,field,iface) impl* const This=(impl*)((char*)(iface) - offsetof(impl,field))
|
#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
|
typedef struct IOleClientSiteImpl
|
||||||
{
|
{
|
||||||
const IOleClientSiteVtbl *lpVtbl;
|
const IOleClientSiteVtbl *lpVtbl;
|
||||||
|
|
Loading…
Reference in New Issue