[PATCH 3/5] quartz/parser: Get rid of the "fnCleanup" member of ParserImpl.

Zebediah Figura z.figura12 at gmail.com
Mon May 27 23:09:57 CDT 2019


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 dlls/quartz/parser.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/quartz/parser.h b/dlls/quartz/parser.h
index 8660cf2cde5..3b89ed6ab81 100644
--- a/dlls/quartz/parser.h
+++ b/dlls/quartz/parser.h
@@ -30,7 +30,6 @@ struct ParserImpl
 {
     BaseFilter filter;
 
-    PFN_CLEANUP fnCleanup;
     PFN_DISCONNECT fnDisconnect;
 
     PullPin * pInputPin;
-- 
2.21.0




More information about the wine-devel mailing list