dmstyle: Remove an unused variable.

oldstable
Michael Stefaniuc 2015-07-07 10:11:48 +02:00 committed by Alexandre Julliard
parent 61beb57c94
commit 0ab95a1ec4
1 changed files with 0 additions and 3 deletions

View File

@ -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;