Module: wine Branch: master Commit: c2eabf9e684251a14f85d130d55d0f5629a37be0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c2eabf9e684251a14f85d130d5...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Aug 22 09:48:42 2013 +0200
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, 0 insertions(+), 6 deletions(-)
diff --git a/dlls/d3dx9_36/effect.c b/dlls/d3dx9_36/effect.c index 7a64cb4..757833b 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 e305eb9..a9f53a7 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 16395e8..8e5236d 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;