d3d11: Remove duplicate const in d3d11_device_CheckFormatSupport.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2dc2db772c
commit
1b4e62738d
|
@ -3324,7 +3324,7 @@ static HRESULT STDMETHODCALLTYPE d3d11_device_CheckFormatSupport(ID3D11Device *i
|
|||
struct wined3d *wined3d;
|
||||
unsigned int i;
|
||||
|
||||
static const const struct
|
||||
static const struct
|
||||
{
|
||||
enum wined3d_resource_type rtype;
|
||||
unsigned int usage;
|
||||
|
|
Loading…
Reference in New Issue