From 93512b8208d54dbde56302c0d66de19ddecc8e7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Tue, 7 Jul 2009 22:13:54 +0200 Subject: [PATCH] Remove unused define. --- include/vlc_variables.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/vlc_variables.h b/include/vlc_variables.h index 48d601276f..3def213e18 100644 --- a/include/vlc_variables.h +++ b/include/vlc_variables.h @@ -107,9 +107,8 @@ #define VLC_VAR_CLEARCHOICES 0x0022 #define VLC_VAR_SETDEFAULT 0x0023 #define VLC_VAR_GETCHOICES 0x0024 -#define VLC_VAR_FREECHOICES 0x0025 -#define VLC_VAR_GETLIST 0x0026 -#define VLC_VAR_CHOICESCOUNT 0x0027 +#define VLC_VAR_GETLIST 0x0025 +#define VLC_VAR_CHOICESCOUNT 0x0026 #define VLC_VAR_INHERITVALUE 0x0030 -- 2.39.2