Commit 809b8604 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

dmstyle: Remove unused DirectMusicMelodyFormulationTrack stuff.

parent 0b4bc2f9
......@@ -43,11 +43,6 @@
#include "dmusics.h"
/*****************************************************************************
* Interfaces
*/
typedef struct IDirectMusicMelodyFormulationTrack IDirectMusicMelodyFormulationTrack;
/*****************************************************************************
* ClassFactory
*/
extern HRESULT WINAPI create_dmstyle(REFIID lpcGUID, LPVOID* ppobj) DECLSPEC_HIDDEN;
......@@ -97,28 +92,6 @@ typedef struct _DMUS_PRIVATE_COMMAND {
IDirectMusicCollection* ppReferenceCollection;
} DMUS_PRIVATE_COMMAND, *LPDMUS_PRIVATE_COMMAND;
/*****************************************************************************
* IDirectMusicMelodyFormulationTrack implementation structure
*/
struct IDirectMusicMelodyFormulationTrack {
/* IUnknown fields */
const IUnknownVtbl *UnknownVtbl;
const IDirectMusicTrack8Vtbl *TrackVtbl;
const IPersistStreamVtbl *PersistStreamVtbl;
LONG ref;
/* IDirectMusicMelodyFormulationTrack fields */
LPDMUS_OBJECTDESC pDesc;
};
/* IUnknown: */
extern HRESULT WINAPI IDirectMusicMelodyFormulationTrack_IUnknown_QueryInterface (LPUNKNOWN iface, REFIID riid, LPVOID *ppobj) DECLSPEC_HIDDEN;
extern ULONG WINAPI IDirectMusicMelodyFormulationTrack_IUnknown_AddRef (LPUNKNOWN iface) DECLSPEC_HIDDEN;
/* IDirectMusicTrack(8): */
extern ULONG WINAPI IDirectMusicMelodyFormulationTrack_IDirectMusicTrack_AddRef (LPDIRECTMUSICTRACK8 iface) DECLSPEC_HIDDEN;
/* IPersistStream: */
extern ULONG WINAPI IDirectMusicMelodyFormulationTrack_IPersistStream_AddRef (LPPERSISTSTREAM iface) DECLSPEC_HIDDEN;
/**********************************************************************
* Dll lifetime tracking declaration for dmstyle.dll
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment