dmstyle: Remove an unused variable.
This commit is contained in:
parent
61beb57c94
commit
0ab95a1ec4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue