Module: wine Branch: master Commit: 001288ecaedae812dbb213e4e91cebf4c1218dd4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=001288ecaedae812dbb213e4e9...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Nov 24 14:08:26 2008 +0100
d3d9: Remove IDirect3DDevice9Impl_GetFrontBuffer() as it is unused.
---
dlls/d3d9/device.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/dlls/d3d9/device.c b/dlls/d3d9/device.c index 697c202..beedf92 100644 --- a/dlls/d3d9/device.c +++ b/dlls/d3d9/device.c @@ -577,14 +577,6 @@ static HRESULT WINAPI IDirect3DDevice9Impl_UpdateTexture(LPDIRECT3DDEVICE9EX i return hr; }
-/* This isn't in MSDN! -static HRESULT WINAPI IDirect3DDevice9Impl_GetFrontBuffer(LPDIRECT3DDEVICE9EX iface, IDirect3DSurface9* pDestSurface) { - IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; - FIXME("(%p) : stub\n", This); - return D3D_OK; -} -*/ - static HRESULT WINAPI IDirect3DDevice9Impl_GetRenderTargetData(LPDIRECT3DDEVICE9EX iface, IDirect3DSurface9* pRenderTarget, IDirect3DSurface9* pDestSurface) { IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; IDirect3DSurface9Impl *renderTarget = (IDirect3DSurface9Impl *)pRenderTarget;