Remove unused variable
This commit is contained in:
parent
5328ce7375
commit
6f57aa84a8
|
@ -39,7 +39,6 @@ typedef struct hlsl_d3d9_renderchain
|
||||||
LPDIRECT3DTEXTURE9 tex;
|
LPDIRECT3DTEXTURE9 tex;
|
||||||
LPDIRECT3DVERTEXBUFFER9 vertex_buf;
|
LPDIRECT3DVERTEXBUFFER9 vertex_buf;
|
||||||
LPDIRECT3DVERTEXDECLARATION9 vertex_decl;
|
LPDIRECT3DVERTEXDECLARATION9 vertex_decl;
|
||||||
const video_info_t *video_info;
|
|
||||||
} hlsl_d3d9_renderchain_t;
|
} hlsl_d3d9_renderchain_t;
|
||||||
|
|
||||||
/* TODO/FIXME - this forward declaration should not be necesary */
|
/* TODO/FIXME - this forward declaration should not be necesary */
|
||||||
|
|
Loading…
Reference in New Issue