[PATCH 1/2] quartz/tests: Remove the no longer used TestFilterImpl structure.

Zebediah Figura z.figura12 at gmail.com
Sun May 16 16:37:26 CDT 2021


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 dlls/quartz/tests/filtergraph.c | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/dlls/quartz/tests/filtergraph.c b/dlls/quartz/tests/filtergraph.c
index 4822b65a7a6..b2d5b4e26e8 100644
--- a/dlls/quartz/tests/filtergraph.c
+++ b/dlls/quartz/tests/filtergraph.c
@@ -28,19 +28,6 @@
 
 static const GUID testguid = {0xabbccdde};
 
-typedef struct TestFilterImpl
-{
-    IBaseFilter IBaseFilter_iface;
-
-    LONG refCount;
-    CRITICAL_SECTION csFilter;
-    FILTER_STATE state;
-    FILTER_INFO filterInfo;
-    CLSID clsid;
-    IPin **ppPins;
-    UINT nPins;
-} TestFilterImpl;
-
 static BOOL compare_time(ULONGLONG x, ULONGLONG y, unsigned int max_diff)
 {
     ULONGLONG diff = x > y ? x - y : y - x;
-- 
2.30.2




More information about the wine-devel mailing list