diff --git a/src/misc/epg.c b/src/misc/epg.c index dbb6501a2cce4880df34ac9de76a9200167b8cce..0fffdf2639b2f5e29fabf3cd6ad4907b9848443f 100644 --- a/src/misc/epg.c +++ b/src/misc/epg.c @@ -32,12 +32,6 @@ #include <vlc_common.h> #include <vlc_epg.h> -static void dictionnary_free_value(void *val, void *obj) -{ - VLC_UNUSED(obj); - free((char *)val); -} - static void vlc_epg_event_Clean(vlc_epg_event_t *p_event) { for(int i=0; i<p_event->i_description_items; i++)