dmstyle: Remove an unused impl_from_ helper.

Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Michael Stefaniuc 2018-08-02 21:54:39 +02:00 committed by Alexandre Julliard
parent 95a339b609
commit dc0725c766
1 changed files with 0 additions and 5 deletions

View File

@ -207,11 +207,6 @@ static const IDirectMusicStyle8Vtbl dmstyle8_vtbl = {
};
/* IDirectMusicStyle8Impl IDirectMusicObject part: */
static inline IDirectMusicStyle8Impl *impl_from_IDirectMusicObject(IDirectMusicObject *iface)
{
return CONTAINING_RECORD(iface, IDirectMusicStyle8Impl, dmobj.IDirectMusicObject_iface);
}
static HRESULT WINAPI style_IDirectMusicObject_ParseDescriptor(IDirectMusicObject *iface,
IStream *stream, DMUS_OBJECTDESC *desc)
{