Michael Stefaniuc : dmcompos: Remove the unused DMUS_PRIVATE_CHUNK struct.

Alexandre Julliard julliard at winehq.org
Fri Sep 25 14:52:53 CDT 2020


Module: wine
Branch: master
Commit: 657a78f1a6f6429ccfc905e8f44bf64d15fae1de
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=657a78f1a6f6429ccfc905e8f44bf64d15fae1de

Author: Michael Stefaniuc <mstefani at winehq.org>
Date:   Thu Sep 24 22:17:45 2020 +0200

dmcompos: Remove the unused DMUS_PRIVATE_CHUNK struct.

Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dmcompos/dmcompos_private.h | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/dlls/dmcompos/dmcompos_private.h b/dlls/dmcompos/dmcompos_private.h
index 98796875b8..bfee61e5be 100644
--- a/dlls/dmcompos/dmcompos_private.h
+++ b/dlls/dmcompos/dmcompos_private.h
@@ -56,13 +56,4 @@ extern LONG DMCOMPOS_refCount DECLSPEC_HIDDEN;
 static inline void DMCOMPOS_LockModule(void) { InterlockedIncrement( &DMCOMPOS_refCount ); }
 static inline void DMCOMPOS_UnlockModule(void) { InterlockedDecrement( &DMCOMPOS_refCount ); }
 
-/*****************************************************************************
- * Misc.
- */
-/* for simpler reading */
-typedef struct _DMUS_PRIVATE_CHUNK {
-	FOURCC fccID; /* FOURCC ID of the chunk */
-	DWORD dwSize; /* size of the chunk */
-} DMUS_PRIVATE_CHUNK, *LPDMUS_PRIVATE_CHUNK;
-
 #endif	/* __WINE_DMCOMPOS_PRIVATE_H */




More information about the wine-cvs mailing list