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

Unified Diff: webrtc/common_audio/fft4g.h

Issue 1172163004: Reformat existing code. There should be no functional effects. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Resync Created 5 years, 6 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
Index: webrtc/common_audio/fft4g.h
diff --git a/webrtc/common_audio/fft4g.h b/webrtc/common_audio/fft4g.h
index 90fefa0207afdb3a970474ca646e828d3325b86c..2fe4299ed9deba4b52535b0012335b6960950f63 100644
--- a/webrtc/common_audio/fft4g.h
+++ b/webrtc/common_audio/fft4g.h
@@ -17,7 +17,6 @@ extern "C" {
// Refer to fft4g.c for documentation.
void WebRtc_rdft(int n, int isgn, float *a, int *ip, float *w);
-void WebRtc_cdft(int n, int isgn, float *a, int *ip, float *w);
#if defined(__cplusplus)
}

Powered by Google App Engine
This is Rietveld 408576698