mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
wined3d: Remove a redundant initialization in IWineD3DDeviceImpl_UpdateSurface().
This commit is contained in:
parent
3af0909693
commit
91db9f8bd3
@ -5159,10 +5159,10 @@ static HRESULT WINAPI IWineD3DDeviceImpl_UpdateSurface(IWineD3DDevice *iface,
|
||||
IWineD3DDeviceImpl *This = (IWineD3DDeviceImpl *)iface;
|
||||
const struct wined3d_format_desc *src_format;
|
||||
const struct wined3d_format_desc *dst_format;
|
||||
CONVERT_TYPES convert = NO_CONVERSION;
|
||||
struct wined3d_context *context;
|
||||
const unsigned char *data;
|
||||
UINT update_w, update_h;
|
||||
CONVERT_TYPES convert;
|
||||
UINT src_w, src_h;
|
||||
UINT dst_x, dst_y;
|
||||
DWORD sampler;
|
||||
|
Loading…
Reference in New Issue
Block a user