Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
c4d77976
Commit
c4d77976
authored
Feb 07, 2020
by
Jacek Caban
Committed by
Alexandre Julliard
Feb 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quartz: Remove unused functions.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
29848ee3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
dsoundrender.c
dlls/quartz/dsoundrender.c
+0
-5
videorenderer.c
dlls/quartz/videorenderer.c
+0
-5
No files found.
dlls/quartz/dsoundrender.c
View file @
c4d77976
...
...
@@ -64,11 +64,6 @@ static inline DSoundRenderImpl *impl_from_strmbase_renderer(struct strmbase_rend
return
CONTAINING_RECORD
(
iface
,
DSoundRenderImpl
,
renderer
);
}
static
inline
DSoundRenderImpl
*
impl_from_IBaseFilter
(
IBaseFilter
*
iface
)
{
return
CONTAINING_RECORD
(
iface
,
DSoundRenderImpl
,
renderer
.
filter
.
IBaseFilter_iface
);
}
static
inline
DSoundRenderImpl
*
impl_from_IBasicAudio
(
IBasicAudio
*
iface
)
{
return
CONTAINING_RECORD
(
iface
,
DSoundRenderImpl
,
IBasicAudio_iface
);
...
...
dlls/quartz/videorenderer.c
View file @
c4d77976
...
...
@@ -68,11 +68,6 @@ static inline VideoRendererImpl *impl_from_strmbase_renderer(struct strmbase_ren
return
CONTAINING_RECORD
(
iface
,
VideoRendererImpl
,
renderer
);
}
static
inline
VideoRendererImpl
*
impl_from_IBaseFilter
(
IBaseFilter
*
iface
)
{
return
CONTAINING_RECORD
(
iface
,
VideoRendererImpl
,
renderer
.
filter
.
IBaseFilter_iface
);
}
static
inline
VideoRendererImpl
*
impl_from_IVideoWindow
(
IVideoWindow
*
iface
)
{
return
CONTAINING_RECORD
(
iface
,
VideoRendererImpl
,
baseControlWindow
.
IVideoWindow_iface
);
...
...
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