From fda888c61c0b17c0aab4baf76d16ac83c239e48a Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 3 Dec 2008 18:53:35 +0000 Subject: Remove unused declarations and references to vo_draw_text_osd(), vo_draw_text_progbar(), vo_draw_text_sub(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28083 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/sub.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libvo/sub.c') diff --git a/libvo/sub.c b/libvo/sub.c index dffc5f79ab..a1f4f3f2d3 100644 --- a/libvo/sub.c +++ b/libvo/sub.c @@ -637,8 +637,6 @@ inline static void vo_update_text_progbar(mp_osd_obj_t* obj,int dxs,int dys){ subtitle* vo_sub=NULL; -// vo_draw_text_sub(int dxs,int dys,void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride)) - inline static void vo_update_text_sub(mp_osd_obj_t* obj,int dxs,int dys){ unsigned char *t; int c,i,j,l,x,y,font,prevc,counter; -- cgit v1.2.3