[vlc-commits] events: remove unused input thread events

Thomas Guillem git at videolan.org
Thu Jun 9 11:40:49 CEST 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Apr 21 16:45:51 2016 +0200| [33fb5a379840a96500538b348c9c2450f51101d8] | committer: Thomas Guillem

events: remove unused input thread events

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

 include/vlc_events.h |   14 --------------
 1 file changed, 14 deletions(-)

diff --git a/include/vlc_events.h b/include/vlc_events.h
index 328e2bd..7191e50 100644
--- a/include/vlc_events.h
+++ b/include/vlc_events.h
@@ -110,10 +110,6 @@ typedef struct vlc_event_manager_t
 
 /* List of event */
 typedef enum vlc_event_type_t {
-    /* Input (thread) events */
-    vlc_InputStateChanged,
-    vlc_InputSelectedStreamChanged,
-
     /* Input item events */
     vlc_InputItemMetaChanged,
     vlc_InputItemSubItemAdded,
@@ -149,16 +145,6 @@ typedef struct vlc_event_t
     void * p_obj; /* Sender object, automatically filled by vlc_event_send() */
     union vlc_event_type_specific
     {
-        /* Input (thread) events */
-        struct vlc_input_state_changed
-        {
-            int new_state;
-        } input_state_changed;
-        struct vlc_input_selected_stream_changed
-        {
-            void * unused;
-        } input_selected_stream_changed;
-
         /* Input item events */
         struct vlc_input_item_meta_changed
         {



More information about the vlc-commits mailing list