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:
Henrik Lundin 2015-05-27 09:23:48 +02:00
parent de4703c5d1
commit c13cacbb39

View File

@ -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_);