Henri Verbeet : d3d8: Remove the unused Direct3DResource8_Vtbl.
Module: wine Branch: master Commit: cdb7a94ae2dc831e6c9a093c1fc9fabb4c42c822 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cdb7a94ae2dc831e6c9a093c1f... Author: Henri Verbeet <hverbeet(a)codeweavers.com> Date: Sun Jan 17 21:31:28 2010 +0100 d3d8: Remove the unused Direct3DResource8_Vtbl. --- dlls/d3d8/d3d8_private.h | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/dlls/d3d8/d3d8_private.h b/dlls/d3d8/d3d8_private.h index 2c5f66f..4ba399b 100644 --- a/dlls/d3d8/d3d8_private.h +++ b/dlls/d3d8/d3d8_private.h @@ -275,18 +275,6 @@ HRESULT surface_init(IDirect3DSurface8Impl *surface, IDirect3DDevice8Impl *devic UINT width, UINT height, D3DFORMAT format, BOOL lockable, BOOL discard, UINT level, DWORD usage, D3DPOOL pool, D3DMULTISAMPLE_TYPE multisample_type, DWORD multisample_quality) DECLSPEC_HIDDEN; -/* ------------------ */ -/* IDirect3DResource8 */ -/* ------------------ */ - -/***************************************************************************** - * Predeclare the interface implementation structures - */ -extern const IDirect3DResource8Vtbl Direct3DResource8_Vtbl DECLSPEC_HIDDEN; - -/***************************************************************************** - * IDirect3DResource8 implementation structure - */ struct IDirect3DResource8Impl { /* IUnknown fields */
participants (1)
-
Alexandre Julliard