From c2eabf9e684251a14f85d130d55d0f5629a37be0 Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Thu, 22 Aug 2013 09:48:42 +0200 Subject: [PATCH] d3dx9: Get rid of some unused vtbl forward declarations. --- dlls/d3dx9_36/effect.c | 2 -- dlls/d3dx9_36/line.c | 2 -- dlls/d3dx9_36/shader.c | 2 -- 3 files changed, 6 deletions(-) diff --git a/dlls/d3dx9_36/effect.c b/dlls/d3dx9_36/effect.c index 7a64cb4ca50..757833b783f 100644 --- a/dlls/d3dx9_36/effect.c +++ b/dlls/d3dx9_36/effect.c @@ -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; diff --git a/dlls/d3dx9_36/line.c b/dlls/d3dx9_36/line.c index e305eb90ab3..a9f53a79a50 100644 --- a/dlls/d3dx9_36/line.c +++ b/dlls/d3dx9_36/line.c @@ -22,8 +22,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(d3dx); -static const struct ID3DXLineVtbl ID3DXLine_Vtbl; - typedef struct ID3DXLineImpl { ID3DXLine ID3DXLine_iface; LONG ref; diff --git a/dlls/d3dx9_36/shader.c b/dlls/d3dx9_36/shader.c index 16395e82a81..8e5236d9a81 100644 --- a/dlls/d3dx9_36/shader.c +++ b/dlls/d3dx9_36/shader.c @@ -567,8 +567,6 @@ struct ctab_constant { struct ctab_constant *constants; }; -static const struct ID3DXConstantTableVtbl ID3DXConstantTable_Vtbl; - struct ID3DXConstantTableImpl { ID3DXConstantTable ID3DXConstantTable_iface; LONG ref;