diff --git a/config.def.h b/config.def.h index 6df7d134ce..d4400cf0b4 100644 --- a/config.def.h +++ b/config.def.h @@ -477,11 +477,7 @@ static const bool rate_control = false; #endif // Rate control delta. Defines how much rate_control is allowed to adjust input rate. -#ifdef ANDROID -static const float rate_control_delta = 0.010; -#else static const float rate_control_delta = 0.005; -#endif // Default audio volume in dB. (0.0 dB == unity gain). static const float audio_volume = 0.0;