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
30e0e3ff
Commit
30e0e3ff
authored
Jul 16, 2012
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Remove unused variables.
parent
2b4a7912
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
surface.c
dlls/wined3d/surface.c
+0
-4
No files found.
dlls/wined3d/surface.c
View file @
30e0e3ff
...
...
@@ -2553,7 +2553,6 @@ HRESULT surface_upload_from_surface(struct wined3d_surface *dst_surface, const P
struct
wined3d_format
format
;
UINT
update_w
,
update_h
;
UINT
dst_w
,
dst_h
;
UINT
src_w
,
src_h
;
RECT
r
,
dst_rect
;
UINT
src_pitch
;
POINT
p
;
...
...
@@ -2598,9 +2597,6 @@ HRESULT surface_upload_from_surface(struct wined3d_surface *dst_surface, const P
return
WINED3DERR_INVALIDCALL
;
}
src_w
=
src_surface
->
resource
.
width
;
src_h
=
src_surface
->
resource
.
height
;
dst_w
=
dst_surface
->
resource
.
width
;
dst_h
=
dst_surface
->
resource
.
height
;
...
...
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