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
33294331
Commit
33294331
authored
Jun 23, 2008
by
Maarten Lankhorst
Committed by
Alexandre Julliard
Jun 25, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quartz: Remove dead code from DSoundRender.
parent
cdb66444
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
dsoundrender.c
dlls/quartz/dsoundrender.c
+0
-14
No files found.
dlls/quartz/dsoundrender.c
View file @
33294331
...
...
@@ -42,7 +42,6 @@ static const WCHAR wcsInputPinName[] = {'i','n','p','u','t',' ','p','i','n',0};
static
const
IBaseFilterVtbl
DSoundRender_Vtbl
;
static
const
IPinVtbl
DSoundRender_InputPin_Vtbl
;
static
const
IMemInputPinVtbl
MemInputPin_Vtbl
;
static
const
IBasicAudioVtbl
IBasicAudio_Vtbl
;
static
const
IReferenceClockVtbl
IReferenceClock_Vtbl
;
static
const
IMediaSeekingVtbl
IMediaSeeking_Vtbl
;
...
...
@@ -894,19 +893,6 @@ static const IPinVtbl DSoundRender_InputPin_Vtbl =
InputPin_NewSegment
};
static
const
IMemInputPinVtbl
MemInputPin_Vtbl
=
{
MemInputPin_QueryInterface
,
MemInputPin_AddRef
,
MemInputPin_Release
,
MemInputPin_GetAllocator
,
MemInputPin_NotifyAllocator
,
MemInputPin_GetAllocatorRequirements
,
MemInputPin_Receive
,
MemInputPin_ReceiveMultiple
,
MemInputPin_ReceiveCanBlock
};
/*** IUnknown methods ***/
static
HRESULT
WINAPI
Basicaudio_QueryInterface
(
IBasicAudio
*
iface
,
REFIID
riid
,
...
...
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