[vlc-commits] libvlc_internal.h: delete unused function prototypes

Jerome Forissier git at videolan.org
Thu Feb 27 19:20:28 CET 2014


vlc | branch: master | Jerome Forissier <jerome at taodyne.com> | Thu Feb 27 18:59:14 2014 +0100| [99fffd130aacfb01ac6e04740a553e1e79620b8e] | committer: Rémi Denis-Courmont

libvlc_internal.h: delete unused function prototypes

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=99fffd130aacfb01ac6e04740a553e1e79620b8e
---

 lib/libvlc_internal.h |    2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/libvlc_internal.h b/lib/libvlc_internal.h
index 64585a7..4008c53 100644
--- a/lib/libvlc_internal.h
+++ b/lib/libvlc_internal.h
@@ -88,8 +88,6 @@ struct libvlc_instance_t
 /* Thread context */
 void libvlc_threads_init (void);
 void libvlc_threads_deinit (void);
-void libvlc_log_init (void);
-void libvlc_log_deinit (void);
 
 /* Events */
 libvlc_event_manager_t * libvlc_event_manager_new(



More information about the vlc-commits mailing list