From 977e2d13a85a03355bce7f45e871da2f5c765ead Mon Sep 17 00:00:00 2001 From: Thomas Guillem Date: Fri, 15 Feb 2019 16:11:58 +0100 Subject: [PATCH] input: remove INPUT_RATE_DEFAULT --- include/vlc_input.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/vlc_input.h b/include/vlc_input.h index 17765de836..9aa0bb4f0f 100644 --- a/include/vlc_input.h +++ b/include/vlc_input.h @@ -302,10 +302,6 @@ typedef enum input_state_e */ /** - * Default rate value - */ -#define INPUT_RATE_DEFAULT 1000 -/** * Minimal rate value */ #define INPUT_RATE_MIN 0.03125f -- 2.11.4.GIT