From e0c8d58a8fff2821b224b6c9a16078d5d17d069a Mon Sep 17 00:00:00 2001 From: Steve Lhomme <robux4@ycbcr.xyz> Date: Thu, 16 Jul 2020 09:05:52 +0200 Subject: [PATCH] vout: remove duplicate vout_Close() definition It's a VLC_API defined in vlc_vout.h --- src/video_output/vout_internal.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/video_output/vout_internal.h b/src/video_output/vout_internal.h index a3a84cd93f70..045832fe415d 100644 --- a/src/video_output/vout_internal.h +++ b/src/video_output/vout_internal.h @@ -232,15 +232,6 @@ void vout_Stop(vout_thread_t *); */ void vout_StopDisplay(vout_thread_t *); -/** - * Destroys a vout. - * - * This function closes and releases a vout created by vout_Create(). - * - * \param p_vout the vout to close - */ -void vout_Close( vout_thread_t *p_vout ); - /** * Set the new source format for a started vout * -- GitLab