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
13b974bd
Commit
13b974bd
authored
Dec 06, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 06, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dmime: Remove resolve_STREAM_SEEK(), it is unused.
parent
dd6e948d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
16 deletions
+0
-16
dmutils.c
dlls/dmime/dmutils.c
+0
-14
dmutils.h
dlls/dmime/dmutils.h
+0
-2
No files found.
dlls/dmime/dmutils.c
View file @
13b974bd
...
...
@@ -233,20 +233,6 @@ HRESULT IDirectMusicUtils_IPersistStream_ParseReference (LPPERSISTSTREAM iface,
return
S_OK
;
}
/* translate STREAM_SEEK flag to string */
const
char
*
resolve_STREAM_SEEK
(
DWORD
flag
)
{
switch
(
flag
)
{
case
STREAM_SEEK_SET
:
return
wine_dbg_sprintf
(
"STREAM_SEEK_SET"
);
case
STREAM_SEEK_CUR
:
return
wine_dbg_sprintf
(
"STREAM_SEEK_CUR"
);
case
STREAM_SEEK_END
:
return
wine_dbg_sprintf
(
"STREAM_SEEK_END"
);
default:
return
wine_dbg_sprintf
(
"()"
);
}
}
/* FOURCC to string conversion for debug messages */
const
char
*
debugstr_fourcc
(
DWORD
fourcc
)
{
if
(
!
fourcc
)
return
"'null'"
;
...
...
dlls/dmime/dmutils.h
View file @
13b974bd
...
...
@@ -64,8 +64,6 @@ typedef struct {
extern
int
even_or_odd
(
DWORD
number
);
/* check whether chunkID is valid dmobject form chunk */
extern
BOOL
IS_VALID_DMFORM
(
FOURCC
chunkID
);
/* translate STREAM_SEEK flag to string */
extern
const
char
*
resolve_STREAM_SEEK
(
DWORD
flag
);
/* FOURCC to string conversion for debug messages */
extern
const
char
*
debugstr_fourcc
(
DWORD
fourcc
);
/* DMUS_VERSION struct to string conversion for debug messages */
...
...
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