Commit c8a2e600 authored by Raymond Toy's avatar Raymond Toy Committed by Commit Bot

Remove unused AudioParamHandler method

The method WarnIfOutsideRange is declared but not implemented and not
used anywhere.  Remove it.

Bug: 774659
Test: None
Change-Id: I1b852348fbea1cab9a5ff64c8a9c0e78423a4532
Reviewed-on: https://chromium-review.googlesource.com/719539Reviewed-by: default avatarHongchan Choi <hongchan@chromium.org>
Commit-Queue: Raymond Toy <rtoy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#509452}
parent acb5771f
...@@ -167,8 +167,6 @@ class AudioParamHandler final : public ThreadSafeRefCounted<AudioParamHandler>, ...@@ -167,8 +167,6 @@ class AudioParamHandler final : public ThreadSafeRefCounted<AudioParamHandler>,
float min, float min,
float max); float max);
void WarnIfOutsideRange(float value, float min_value, float max_value);
// sampleAccurate corresponds to a-rate (audio rate) vs. k-rate in the Web // sampleAccurate corresponds to a-rate (audio rate) vs. k-rate in the Web
// Audio specification. // Audio specification.
void CalculateFinalValues(float* values, void CalculateFinalValues(float* values,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment