Remove an unused method in NetEq::Expand
TBR=ivoc@webrtc.org Review URL: https://webrtc-codereview.appspot.com/53549004 Cr-Commit-Position: refs/heads/master@{#9292}
This commit is contained in:
parent
de4703c5d1
commit
c13cacbb39
@ -54,12 +54,6 @@ class Expand {
|
||||
// a period of expands.
|
||||
virtual void SetParametersForMergeAfterExpand();
|
||||
|
||||
// Sets the mute factor for |channel| to |value|.
|
||||
void SetMuteFactor(int16_t value, size_t channel) {
|
||||
assert(channel < num_channels_);
|
||||
channel_parameters_[channel].mute_factor = value;
|
||||
}
|
||||
|
||||
// Returns the mute factor for |channel|.
|
||||
int16_t MuteFactor(size_t channel) {
|
||||
assert(channel < num_channels_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user