From 6995a337171254f0b895ad04419ec1542335b87a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Filip=20Ros=C3=A9en?= Date: Sun, 21 May 2017 20:49:08 +0200 Subject: [PATCH] demux/playlist: itml: remove unused macros Signed-off-by: Marvin Scholz --- 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 -- 2.20.1