Michael Stefaniuc : dmstyle: Remove unused DirectMusicMelodyFormulationTrack stuff.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jun 29 08:12:09 CDT 2015


Module: wine
Branch: master
Commit: 809b8604e981ab5213c28371041638b7c68ef2ad
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=809b8604e981ab5213c28371041638b7c68ef2ad

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Sun Jun 28 23:33:52 2015 +0200

dmstyle: Remove unused DirectMusicMelodyFormulationTrack stuff.

---

 dlls/dmstyle/dmstyle_private.h | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/dlls/dmstyle/dmstyle_private.h b/dlls/dmstyle/dmstyle_private.h
index 3382468..978d75f 100644
--- a/dlls/dmstyle/dmstyle_private.h
+++ b/dlls/dmstyle/dmstyle_private.h
@@ -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
  */




More information about the wine-cvs mailing list