Chromium Code Reviews| 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) |
| } |