diff options
Diffstat (limited to 'core/voice.h')
-rw-r--r-- | core/voice.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/voice.h b/core/voice.h index 000174b6..57ee7b01 100644 --- a/core/voice.h +++ b/core/voice.h @@ -51,11 +51,6 @@ enum class DirectMode : unsigned char { constexpr uint MaxPitch{10}; -/* Maximum number of extra source samples that may need to be loaded, for - * resampling or conversion purposes. - */ -constexpr uint MaxPostVoiceLoad{MaxResamplerEdge + DecoderBase::sMaxPadding}; - enum { AF_None = 0, |