[vlc-devel] [PATCH 08/10] misc/image: remove useless comment

Filip Roséen filip at atch.se
Mon Oct 10 18:18:00 CEST 2016


The relevant section of the file was commented out in July 2005, and
given that it has not received any attention since then it is better
removed instead of lingering.
---
 src/misc/image.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/src/misc/image.c b/src/misc/image.c
index b223edd..22d0e4b 100644
--- a/src/misc/image.c
+++ b/src/misc/image.c
@@ -554,17 +554,6 @@ vlc_fourcc_t image_Ext2Fourcc( const char *psz_name )
     return image_Type2Fourcc( psz_name );
 }
 
-/*
-static const char *Fourcc2Ext( vlc_fourcc_t i_codec )
-{
-    for( unsigned i = 0; i < ARRAY_SIZE(ext_table); i++ )
-        if( ext_table[i].i_codec == i_codec )
-            return ext_table[i].psz_ext;
-
-    return NULL;
-}
-*/
-
 static const struct
 {
     vlc_fourcc_t i_codec;
-- 
2.10.0



More information about the vlc-devel mailing list