Module: wine Branch: master Commit: 0ab95a1ec432648b665630154e3f71289a7a2545 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0ab95a1ec432648b665630154e...
Author: Michael Stefaniuc mstefani@redhat.de Date: Tue Jul 7 10:11:48 2015 +0200
dmstyle: Remove an unused variable.
---
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;