[PATCH 1/2] dmstyle: Remove an unused variable.

Michael Stefaniuc mstefani at redhat.de
Tue Jul 7 03:11:48 CDT 2015


---
 dlls/dmstyle/style.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dlls/dmstyle/style.c b/dlls/dmstyle/style.c
index 515a8f3..4e09d0a 100644
--- a/dlls/dmstyle/style.c
+++ b/dlls/dmstyle/style.c
@@ -639,12 +639,9 @@ static HRESULT parse_pattern_list(IDirectMusicStyle8Impl *This, DMUS_PRIVATE_CHU
   DWORD ListSize[3], ListCount[3];
   LARGE_INTEGER liMove; /* used when skipping chunks */
 
-  DMUS_OBJECTDESC desc;
   IDirectMusicBand* pBand = NULL;
   LPDMUS_PRIVATE_STYLE_MOTIF pNewMotif = NULL;
 
-  DM_STRUCT_INIT(&desc);
-
   if (pChunk->fccID != DMUS_FOURCC_PATTERN_LIST) {
     ERR_(dmfile)(": %s chunk should be a PATTERN list\n", debugstr_fourcc (pChunk->fccID));
     return E_FAIL;
-- 
2.4.3



More information about the wine-patches mailing list