Zebediah Figura : quartz/parser: Get rid of the "fnCleanup" member of ParserImpl.

Alexandre Julliard julliard at winehq.org
Tue May 28 15:06:49 CDT 2019


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

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Mon May 27 23:09:57 2019 -0500

quartz/parser: Get rid of the "fnCleanup" member of ParserImpl.

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

---

 dlls/quartz/parser.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/quartz/parser.h b/dlls/quartz/parser.h
index 8660cf2..3b89ed6 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;




More information about the wine-cvs mailing list