Skip to content

Commit

Permalink
vlc_events: remove stray members
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed Nov 14, 2016
1 parent f96a013 commit c592092
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions include/vlc_events.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,17 +176,6 @@ typedef struct vlc_event_t
int new_status;
} input_item_preparse_ended;

/* Service discovery events */
struct vlc_services_discovery_item_added
{
input_item_t * p_new_item;
const char * psz_category;
} services_discovery_item_added;
struct vlc_services_discovery_item_removed
{
input_item_t * p_item;
} services_discovery_item_removed;

/* Renderer discovery events */
struct vlc_renderer_discovery_item_added
{
Expand Down

0 comments on commit c592092

Please sign in to comment.