[vlc-devel] [PATCH 31/48] hls: Removing unused function
    Hugo Beauzée-Luyssen 
    beauze.h at gmail.com
       
    Mon Jan  9 16:16:40 CET 2012
    
    
  
---
 modules/stream_filter/httplive.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/modules/stream_filter/httplive.c b/modules/stream_filter/httplive.c
index 8385c0d..3ad555b 100644
--- a/modules/stream_filter/httplive.c
+++ b/modules/stream_filter/httplive.c
@@ -270,11 +270,6 @@ static hls_stream_t *hls_Get(vlc_array_t *hls_stream, const int wanted)
     return (hls_stream_t *) vlc_array_item_at_index(hls_stream, wanted);
 }
 
-static inline hls_stream_t *hls_GetFirst(vlc_array_t *hls_stream)
-{
-    return hls_Get(hls_stream, 0);
-}
-
 static hls_stream_t *hls_GetLast(vlc_array_t *hls_stream)
 {
     int count = vlc_array_count(hls_stream);
-- 
1.7.8.3
    
    
More information about the vlc-devel
mailing list