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
72f3e3d4
Commit
72f3e3d4
authored
Dec 03, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dmloader: Remove an unused function.
parent
04fb1d65
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
debug.c
dlls/dmloader/debug.c
+0
-5
debug.h
dlls/dmloader/debug.h
+0
-2
No files found.
dlls/dmloader/debug.c
View file @
72f3e3d4
...
@@ -22,11 +22,6 @@
...
@@ -22,11 +22,6 @@
#include "dmloader_private.h"
#include "dmloader_private.h"
/* check whether the given DWORD is even (return 0) or odd (return 1) */
int
even_or_odd
(
DWORD
number
)
{
return
(
number
&
0x1
);
/* basically, check if bit 0 is set ;) */
}
/* figures out whether given FOURCC is valid DirectMusic form ID */
/* figures out whether given FOURCC is valid DirectMusic form ID */
BOOL
IS_VALID_DMFORM
(
FOURCC
chunkID
)
{
BOOL
IS_VALID_DMFORM
(
FOURCC
chunkID
)
{
if
((
chunkID
==
DMUS_FOURCC_AUDIOPATH_FORM
)
||
(
chunkID
==
DMUS_FOURCC_BAND_FORM
)
||
(
chunkID
==
DMUS_FOURCC_CHORDMAP_FORM
)
if
((
chunkID
==
DMUS_FOURCC_AUDIOPATH_FORM
)
||
(
chunkID
==
DMUS_FOURCC_BAND_FORM
)
||
(
chunkID
==
DMUS_FOURCC_CHORDMAP_FORM
)
...
...
dlls/dmloader/debug.h
View file @
72f3e3d4
...
@@ -41,8 +41,6 @@ typedef struct {
...
@@ -41,8 +41,6 @@ typedef struct {
#define FE(x) { x, #x }
#define FE(x) { x, #x }
#define GE(x) { &x, #x }
#define GE(x) { &x, #x }
/* check whether the given DWORD is even (return 0) or odd (return 1) */
extern
int
even_or_odd
(
DWORD
number
);
/* check whether chunkID is valid dmobject form chunk */
/* check whether chunkID is valid dmobject form chunk */
extern
BOOL
IS_VALID_DMFORM
(
FOURCC
chunkID
);
extern
BOOL
IS_VALID_DMFORM
(
FOURCC
chunkID
);
/* translate STREAM_SEEK flag to string */
/* translate STREAM_SEEK flag to string */
...
...
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