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
23b89884
Commit
23b89884
authored
Aug 24, 2023
by
Rémi Bernon
Committed by
Alexandre Julliard
Sep 04, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dmsynth: Remove unnecessary comments.
parent
1accde20
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
synth.c
dlls/dmsynth/synth.c
+0
-4
synthsink.c
dlls/dmsynth/synthsink.c
+0
-3
No files found.
dlls/dmsynth/synth.c
View file @
23b89884
...
...
@@ -33,7 +33,6 @@ static inline IDirectMusicSynth8Impl *impl_from_IDirectMusicSynth8(IDirectMusicS
return
CONTAINING_RECORD
(
iface
,
IDirectMusicSynth8Impl
,
IDirectMusicSynth8_iface
);
}
/* IDirectMusicSynth8Impl IUnknown part: */
static
HRESULT
WINAPI
IDirectMusicSynth8Impl_QueryInterface
(
IDirectMusicSynth8
*
iface
,
REFIID
riid
,
void
**
ret_iface
)
{
...
...
@@ -90,7 +89,6 @@ static ULONG WINAPI IDirectMusicSynth8Impl_Release(IDirectMusicSynth8 *iface)
return
ref
;
}
/* IDirectMusicSynth8Impl IDirectMusicSynth part: */
static
HRESULT
WINAPI
IDirectMusicSynth8Impl_Open
(
IDirectMusicSynth8
*
iface
,
DMUS_PORTPARAMS
*
params
)
{
IDirectMusicSynth8Impl
*
This
=
impl_from_IDirectMusicSynth8
(
iface
);
...
...
@@ -539,7 +537,6 @@ static HRESULT WINAPI IDirectMusicSynth8Impl_GetAppend(IDirectMusicSynth8 *iface
return
S_OK
;
}
/* IDirectMusicSynth8Impl IDirectMusicSynth8 part: */
static
HRESULT
WINAPI
IDirectMusicSynth8Impl_PlayVoice
(
IDirectMusicSynth8
*
iface
,
REFERENCE_TIME
ref_time
,
DWORD
voice_id
,
DWORD
channel_group
,
DWORD
channel
,
DWORD
dwDLId
,
LONG
prPitch
,
LONG
vrVolume
,
SAMPLE_TIME
stVoiceStart
,
SAMPLE_TIME
stLoopStart
,
...
...
@@ -725,7 +722,6 @@ static const IKsControlVtbl DMSynthImpl_IKsControl_Vtbl = {
DMSynthImpl_IKsControl_KsEvent
};
/* for ClassFactory */
HRESULT
DMUSIC_CreateDirectMusicSynthImpl
(
REFIID
riid
,
void
**
ppobj
)
{
IDirectMusicSynth8Impl
*
obj
;
...
...
dlls/dmsynth/synthsink.c
View file @
23b89884
...
...
@@ -30,7 +30,6 @@ static inline IDirectMusicSynthSinkImpl *impl_from_IDirectMusicSynthSink(IDirect
return
CONTAINING_RECORD
(
iface
,
IDirectMusicSynthSinkImpl
,
IDirectMusicSynthSink_iface
);
}
/* IDirectMusicSynthSinkImpl IUnknown part: */
static
HRESULT
WINAPI
IDirectMusicSynthSinkImpl_QueryInterface
(
IDirectMusicSynthSink
*
iface
,
REFIID
riid
,
void
**
ret_iface
)
{
...
...
@@ -88,7 +87,6 @@ static ULONG WINAPI IDirectMusicSynthSinkImpl_Release(IDirectMusicSynthSink *ifa
return
ref
;
}
/* IDirectMusicSynthSinkImpl IDirectMusicSynthSink part: */
static
HRESULT
WINAPI
IDirectMusicSynthSinkImpl_Init
(
IDirectMusicSynthSink
*
iface
,
IDirectMusicSynth
*
synth
)
{
...
...
@@ -295,7 +293,6 @@ static const IKsControlVtbl DMSynthSinkImpl_IKsControl_Vtbl = {
DMSynthSinkImpl_IKsControl_KsEvent
};
/* for ClassFactory */
HRESULT
DMUSIC_CreateDirectMusicSynthSinkImpl
(
REFIID
riid
,
void
**
ret_iface
)
{
IDirectMusicSynthSinkImpl
*
obj
;
...
...
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