Index: source/libvpx/vp9/common/vp9_rtcd.c |
diff --git a/source/libvpx/vp9/common/vp9_rtcd.c b/source/libvpx/vp9/common/vp9_rtcd.c |
index c777bc81f2621b0116511b6b5528bac292d4cf1f..2dfa09f50e0904a2a9eb00010a516d41e0fcdee7 100644 |
--- a/source/libvpx/vp9/common/vp9_rtcd.c |
+++ b/source/libvpx/vp9/common/vp9_rtcd.c |
@@ -12,10 +12,7 @@ |
#include "./vp9_rtcd.h" |
#include "vpx_ports/vpx_once.h" |
-void vpx_scale_rtcd(void); |
- |
void vp9_rtcd() { |
- vpx_scale_rtcd(); |
// TODO(JBB): Remove this once, by insuring that both the encoder and |
// decoder setup functions are protected by once(); |
once(setup_rtcd_internal); |