d3dx9: Get rid of some unused vtbl forward declarations.

This commit is contained in:
Henri Verbeet 2013-08-22 09:48:42 +02:00 committed by Alexandre Julliard
parent 6501f2e215
commit c2eabf9e68
3 changed files with 0 additions and 6 deletions

View File

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

View File

@ -22,8 +22,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(d3dx);
static const struct ID3DXLineVtbl ID3DXLine_Vtbl;
typedef struct ID3DXLineImpl {
ID3DXLine ID3DXLine_iface;
LONG ref;

View File

@ -567,8 +567,6 @@ struct ctab_constant {
struct ctab_constant *constants;
};
static const struct ID3DXConstantTableVtbl ID3DXConstantTable_Vtbl;
struct ID3DXConstantTableImpl {
ID3DXConstantTable ID3DXConstantTable_iface;
LONG ref;