From: RĂ©mi Denis-Courmont Date: Mon, 26 Nov 2012 17:39:12 +0000 (+0200) Subject: Remove unused #define's X-Git-Tag: 2.1.0-git~2148 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7c6294f1c206f571dac1b73fff9884e041cd9561;p=vlc Remove unused #define's --- diff --git a/include/vlc_config.h b/include/vlc_config.h index 2a3629dad1..de36a931b0 100644 --- a/include/vlc_config.h +++ b/include/vlc_config.h @@ -56,9 +56,6 @@ * Input thread configuration *****************************************************************************/ -#define DEFAULT_INPUT_ACTIVITY 1 -#define TRANSCODE_ACTIVITY 10 - /* Used in ErrorThread */ #define INPUT_IDLE_SLEEP (CLOCK_FREQ/10)