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:
Sebastian Lackner 2017-06-05 14:46:20 +02:00 committed by Alexandre Julliard
parent 2dc2db772c
commit 1b4e62738d
1 changed files with 1 additions and 1 deletions

View File

@ -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;