]> git.sesse.net Git - vlc/blobdiff - src/control/libvlc_internal.h
libvlc: Remove libvlc_event_(init|fini) as they were finally not needed.
[vlc] / src / control / libvlc_internal.h
index 59991cfe885f1f2c703f0b766f8f1f985497e25b..5c26ff61d20f421a00cfca6b683ad123696837d0 100644 (file)
@@ -50,10 +50,6 @@ VLC_EXPORT (int, libvlc_InternalDestroy, ( libvlc_int_t *, bool ) );
 VLC_EXPORT (int, libvlc_InternalAddIntf, ( libvlc_int_t *, const char *, bool,
                             bool, int, const char *const * ) );
 
-void libvlc_event_init( libvlc_instance_t *, libvlc_exception_t * );
-void libvlc_event_fini( libvlc_instance_t * );
-
-
 /***************************************************************************
  * Opaque structures for libvlc API
  ***************************************************************************/