diff --git a/spudec.h b/spudec.h index 2e73ef5df8..0dd84504b3 100644 --- a/spudec.h +++ b/spudec.h @@ -18,7 +18,6 @@ void spudec_set_font_factor(void * this, double factor); // sets the equivalent void spudec_set_hw_spu(void *this, vo_functions_t *hw_spu); int spudec_changed(void *this); void spudec_calc_bbox(void *me, unsigned int dxs, unsigned int dys, unsigned int* bbox); -void spudec_draw_scaled(void *me, unsigned int dxs, unsigned int dys, void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride)); void spudec_set_forced_subs_only(void * const this, const unsigned int flag); #endif