diff options
author | Chris Robinson <[email protected]> | 2023-04-07 12:28:58 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-04-07 12:28:58 -0700 |
commit | 7c94fc24f9fc532d7ed150eb99eff0c49edd6bce (patch) | |
tree | f8fdaf9d62af8d9ba3ca0b965072ceea354bc338 | |
parent | 18032785386abac02886d010c14eccea8d161796 (diff) |
Remove an unused variable
-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, |