# HG changeset patch # User aurel # Date 1204628091 0 # Node ID 8cb7a8f13c2c9ab64bde0b5be978905a752ecd32 # Parent e1dd408a78647a29686b2177c0ed189d3d23c331 remove old draw_edges declaration cruft diff -r e1dd408a7864 -r 8cb7a8f13c2c mpegvideo.h --- a/mpegvideo.h Tue Mar 04 10:26:56 2008 +0000 +++ b/mpegvideo.h Tue Mar 04 10:54:51 2008 +0000 @@ -692,7 +692,6 @@ void MPV_common_init_mmi(MpegEncContext *s); void MPV_common_init_armv4l(MpegEncContext *s); void MPV_common_init_altivec(MpegEncContext *s); -extern void (*draw_edges)(uint8_t *buf, int wrap, int width, int height, int w); void ff_clean_intra_table_entries(MpegEncContext *s); void ff_draw_horiz_band(MpegEncContext *s, int y, int h); void ff_emulated_edge_mc(uint8_t *buf, uint8_t *src, int linesize, int block_w, int block_h,