[vlc-commits] demux/playlist: itml: remove unused macros
    Filip Roséen 
    git at videolan.org
       
    Mon May 22 00:16:13 CEST 2017
    
    
  
vlc | branch: master | Filip Roséen <filip at atch.se> | Sun May 21 20:49:08 2017 +0200| [6995a337171254f0b895ad04419ec1542335b87a] | committer: Marvin Scholz
demux/playlist: itml: remove unused macros
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6995a337171254f0b895ad04419ec1542335b87a
---
 modules/demux/playlist/itml.h | 3 ---
 1 file changed, 3 deletions(-)
diff --git a/modules/demux/playlist/itml.h b/modules/demux/playlist/itml.h
index 7edbd3e09d..87c69a6263 100644
--- a/modules/demux/playlist/itml.h
+++ b/modules/demux/playlist/itml.h
@@ -26,9 +26,6 @@
  */
 
 /* defines */
-#define FREE_VALUE()    FREENULL( psz_value )
-#define FREE_KEY()      FREENULL( psz_key )
-
 #define UNKNOWN_CONTENT 0
 #define SIMPLE_CONTENT 1
 #define COMPLEX_CONTENT 2
    
    
More information about the vlc-commits
mailing list