Commit 6a8352db authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

lib: remove internal event functions from export list

The following functions are not marked LIBVLC_API and are not in the
public header files (for a reason):
 - libvlc_event_manager_new(),
 - libvlc_event_manager_register_event_type() and
 - libvlc_event_manager_release().
There wer no reasons to have them in the symbols list.
parent e4ccfa9b
...@@ -48,9 +48,6 @@ libvlc_chapter_descriptions_release ...@@ -48,9 +48,6 @@ libvlc_chapter_descriptions_release
libvlc_clock libvlc_clock
libvlc_event_attach libvlc_event_attach
libvlc_event_detach libvlc_event_detach
libvlc_event_manager_new
libvlc_event_manager_register_event_type
libvlc_event_manager_release
libvlc_event_type_name libvlc_event_type_name
libvlc_free libvlc_free
libvlc_get_changeset libvlc_get_changeset
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment