Remove dead convolve function declarations
Change-Id: I1a26ab3c0b78bc52773225027af6d77e08ad2652
diff --git a/av1/common/convolve.h b/av1/common/convolve.h
index f72271a..4e7dcb8 100644
--- a/av1/common/convolve.h
+++ b/av1/common/convolve.h
@@ -152,21 +152,6 @@
int scaled, ConvolveParams *conv_params,
const struct scale_factors *sf, int bd);
-void av1_convolve(const uint8_t *src, int src_stride, uint8_t *dst,
- int dst_stride, int w, int h, InterpFilters interp_filters,
- const int subpel_x, int xstep, const int subpel_y, int ystep,
- ConvolveParams *conv_params);
-
-void av1_convolve_c(const uint8_t *src, int src_stride, uint8_t *dst,
- int dst_stride, int w, int h, InterpFilters interp_filters,
- const int subpel_x, int xstep, const int subpel_y,
- int ystep, ConvolveParams *conv_params);
-
-void av1_highbd_convolve(const uint8_t *src, int src_stride, uint8_t *dst,
- int dst_stride, int w, int h,
- InterpFilters interp_filters, const int subpel_x,
- int xstep, const int subpel_y, int ystep, int avg,
- int bd);
#ifdef __cplusplus
} // extern "C"
#endif