André Hentschel : d3d10core: Remove unused struct ( Clang).
Module: wine Branch: master Commit: 5ddc53f30e422b78970093d783188f5a63c4f70d URL: http://source.winehq.org/git/wine.git/?a=commit;h=5ddc53f30e422b78970093d783... Author: André Hentschel <nerv(a)dawncrow.de> Date: Fri Nov 21 20:59:12 2014 +0100 d3d10core: Remove unused struct (Clang). --- dlls/d3d10core/device.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dlls/d3d10core/device.c b/dlls/d3d10core/device.c index ad6bc4d..44a8085 100644 --- a/dlls/d3d10core/device.c +++ b/dlls/d3d10core/device.c @@ -2173,13 +2173,6 @@ static const struct ID3D10MultithreadVtbl d3d10_multithread_vtbl = d3d10_multithread_GetMultithreadProtected, }; -static void STDMETHODCALLTYPE d3d10_subresource_destroyed(void *parent) {} - -static const struct wined3d_parent_ops d3d10_subresource_parent_ops = -{ - d3d10_subresource_destroyed, -}; - /* IWineDXGIDeviceParent IUnknown methods */ static inline struct d3d10_device *device_from_dxgi_device_parent(IWineDXGIDeviceParent *iface)
participants (1)
-
Alexandre Julliard