Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
0ab95a1e
Commit
0ab95a1e
authored
Jul 07, 2015
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jul 07, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dmstyle: Remove an unused variable.
parent
61beb57c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
style.c
dlls/dmstyle/style.c
+0
-3
No files found.
dlls/dmstyle/style.c
View file @
0ab95a1e
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment