Nikolay Sivov : quartz: Remove unused function.

Alexandre Julliard julliard at winehq.org
Wed Jul 3 17:11:53 CDT 2019


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Jul  3 11:11:48 2019 +0300

quartz: Remove unused function.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/quartz/filesource.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dlls/quartz/filesource.c b/dlls/quartz/filesource.c
index a7063fe..9ab5d3e 100644
--- a/dlls/quartz/filesource.c
+++ b/dlls/quartz/filesource.c
@@ -647,11 +647,6 @@ static inline AsyncReader *impl_from_BaseOutputPin(BaseOutputPin *iface)
     return CONTAINING_RECORD(iface, AsyncReader, source);
 }
 
-static inline BaseOutputPin *impl_BaseOutputPin_from_BasePin(BasePin *iface)
-{
-    return CONTAINING_RECORD(iface, BaseOutputPin, pin);
-}
-
 static inline AsyncReader *impl_from_IAsyncReader(IAsyncReader *iface)
 {
     return CONTAINING_RECORD(iface, AsyncReader, IAsyncReader_iface);




More information about the wine-cvs mailing list