Zebediah Figura : winegstreamer: Remove the no longer used start_dispatch_thread() declaration.

Alexandre Julliard julliard at winehq.org
Fri Oct 1 18:02:24 CDT 2021


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

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Fri Oct  1 17:18:12 2021 -0500

winegstreamer: Remove the no longer used start_dispatch_thread() declaration.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winegstreamer/gst_private.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/winegstreamer/gst_private.h b/dlls/winegstreamer/gst_private.h
index 3b477ba254a..3470f7870fa 100644
--- a/dlls/winegstreamer/gst_private.h
+++ b/dlls/winegstreamer/gst_private.h
@@ -203,8 +203,6 @@ HRESULT wave_parser_create(IUnknown *outer, IUnknown **out) DECLSPEC_HIDDEN;
 
 BOOL init_gstreamer(void) DECLSPEC_HIDDEN;
 
-void start_dispatch_thread(void) DECLSPEC_HIDDEN;
-
 extern HRESULT mfplat_get_class_object(REFCLSID rclsid, REFIID riid, void **obj) DECLSPEC_HIDDEN;
 extern HRESULT mfplat_DllRegisterServer(void) DECLSPEC_HIDDEN;
 




More information about the wine-cvs mailing list