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
3abe88f1
Commit
3abe88f1
authored
Mar 14, 2018
by
Henri Verbeet
Committed by
Alexandre Julliard
Mar 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Get rid of the unused context_get_rt_surface().
Signed-off-by:
Henri Verbeet
<
hverbeet@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b7ed6b9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
wined3d_private.h
dlls/wined3d/wined3d_private.h
+0
-9
No files found.
dlls/wined3d/wined3d_private.h
View file @
3abe88f1
...
...
@@ -4419,15 +4419,6 @@ static inline void wined3d_insert_bits(DWORD *bitstream,
}
}
static
inline
struct
wined3d_surface
*
context_get_rt_surface
(
const
struct
wined3d_context
*
context
)
{
struct
wined3d_texture
*
texture
=
context
->
current_rt
.
texture
;
if
(
!
texture
)
return
NULL
;
return
texture
->
sub_resources
[
context
->
current_rt
.
sub_resource_idx
].
u
.
surface
;
}
static
inline
void
wined3d_from_cs
(
const
struct
wined3d_cs
*
cs
)
{
if
(
cs
->
thread
)
...
...
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