[host] dxgi: remove unused define

This commit is contained in:
Geoffrey McRae 2023-11-07 21:01:26 +11:00
parent 9fefbae749
commit d6519c4486

View File

@ -41,8 +41,6 @@ struct D3D11Backend
texture[0];
};
#define TEXIMPL(x) ((struct D3D11TexImpl *)(x).impl)
static struct D3D11Backend * this = NULL;
static void d3d11_free(void);