Zebediah Figura : quartz/vmr9: Remove the unused "allocator_mon" field.

Alexandre Julliard julliard at winehq.org
Wed May 27 15:19:32 CDT 2020


Module: wine
Branch: master
Commit: 6ccbc0579d7b3857687e2611ca586a4cbb9d99a3
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=6ccbc0579d7b3857687e2611ca586a4cbb9d99a3

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Wed May 27 11:47:36 2020 -0500

quartz/vmr9: Remove the unused "allocator_mon" field.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/quartz/vmr9.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dlls/quartz/vmr9.c b/dlls/quartz/vmr9.c
index bc03326599..6f699ce70f 100644
--- a/dlls/quartz/vmr9.c
+++ b/dlls/quartz/vmr9.c
@@ -97,7 +97,6 @@ struct quartz_vmr
 
     /* Presentation related members */
     IDirect3DDevice9 *allocator_d3d9_dev;
-    HMONITOR allocator_mon;
     IDirect3DSurface9 **surfaces;
     DWORD num_surfaces;
     DWORD cur_surface;
@@ -1987,7 +1986,6 @@ static HRESULT WINAPI VMR9SurfaceAllocatorNotify_SetD3DDevice(IVMRSurfaceAllocat
         IDirect3DDevice9_Release(filter->allocator_d3d9_dev);
     filter->allocator_d3d9_dev = device;
     IDirect3DDevice9_AddRef(device);
-    filter->allocator_mon = monitor;
 
     return S_OK;
 }
@@ -2001,7 +1999,6 @@ static HRESULT WINAPI VMR9SurfaceAllocatorNotify_ChangeD3DDevice(IVMRSurfaceAllo
         IDirect3DDevice9_Release(This->allocator_d3d9_dev);
     This->allocator_d3d9_dev = device;
     IDirect3DDevice9_AddRef(This->allocator_d3d9_dev);
-    This->allocator_mon = monitor;
 
     return S_OK;
 }




More information about the wine-cvs mailing list