d3dx9: Get rid of some unused vtbl forward declarations.
This commit is contained in:
parent
6501f2e215
commit
c2eabf9e68
|
@ -5423,8 +5423,6 @@ HRESULT WINAPI D3DXCreateEffectCompiler(const char *srcdata, UINT srcdatalen, co
|
|||
return D3D_OK;
|
||||
}
|
||||
|
||||
static const struct ID3DXEffectPoolVtbl ID3DXEffectPool_Vtbl;
|
||||
|
||||
struct ID3DXEffectPoolImpl
|
||||
{
|
||||
ID3DXEffectPool ID3DXEffectPool_iface;
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(d3dx);
|
||||
|
||||
static const struct ID3DXLineVtbl ID3DXLine_Vtbl;
|
||||
|
||||
typedef struct ID3DXLineImpl {
|
||||
ID3DXLine ID3DXLine_iface;
|
||||
LONG ref;
|
||||
|
|
|
@ -567,8 +567,6 @@ struct ctab_constant {
|
|||
struct ctab_constant *constants;
|
||||
};
|
||||
|
||||
static const struct ID3DXConstantTableVtbl ID3DXConstantTable_Vtbl;
|
||||
|
||||
struct ID3DXConstantTableImpl {
|
||||
ID3DXConstantTable ID3DXConstantTable_iface;
|
||||
LONG ref;
|
||||
|
|
Loading…
Reference in New Issue