1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

sd: remove stray declaration

This commit is contained in:
Rémi Denis-Courmont 2016-11-15 19:46:42 +02:00
parent 1e4c227201
commit b3d01bed73

View File

@ -148,9 +148,6 @@ VLC_API void vlc_sd_Destroy( services_discovery_t * );
/* Read info from discovery object */
VLC_API char * services_discovery_GetLocalizedName( services_discovery_t * p_this ) VLC_USED;
/* Receive event notification (preferred way to get new items) */
VLC_API vlc_event_manager_t * services_discovery_EventManager( services_discovery_t * p_this ) VLC_USED;
/**
* Added service callback.
*