Commit 30e0e3ff authored by Alexandre Julliard's avatar Alexandre Julliard

wined3d: Remove unused variables.

parent 2b4a7912
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment