Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1591)

Unified Diff: Source/platform/audio/FFTFrameStub.cpp

Issue 176843021: Remove redundancies of multiply() in FFTFrame. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/audio/FFTFrame.cpp ('k') | Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/FFTFrameStub.cpp
diff --git a/Source/platform/audio/FFTFrameStub.cpp b/Source/platform/audio/FFTFrameStub.cpp
index 0f8c0d0dfb2af755fa30a44fa9e211a811e9670f..8a246b02d865fa960e6938b31aaed453aed1f5da 100644
--- a/Source/platform/audio/FFTFrameStub.cpp
+++ b/Source/platform/audio/FFTFrameStub.cpp
@@ -64,11 +64,6 @@ FFTFrame::~FFTFrame()
ASSERT_NOT_REACHED();
}
-void FFTFrame::multiply(const FFTFrame& frame)
-{
- ASSERT_NOT_REACHED();
-}
-
void FFTFrame::doFFT(const float* data)
{
ASSERT_NOT_REACHED();
« no previous file with comments | « Source/platform/audio/FFTFrame.cpp ('k') | Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698