From 0aca38b38e8facd14540874dc3d68f65dac2364f Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sun, 27 Jul 2003 12:47:23 +0000 Subject: - removed xine-engine/locale.c as it is unused, fix static functions in the engine and the utils, removed unused variables CVS patchset: 5219 CVS date: 2003/07/27 12:47:23 --- src/xine-engine/osd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xine-engine/osd.c') diff --git a/src/xine-engine/osd.c b/src/xine-engine/osd.c index a280d4002..45abf28dd 100644 --- a/src/xine-engine/osd.c +++ b/src/xine-engine/osd.c @@ -965,7 +965,7 @@ static int osd_get_text_size(osd_object_t *osd, const char *text, int *width, in #ifdef HAVE_FT2 if (osd->ft2 && osd->ft2->useme) { - int first = 1, bottom = 0, top = 0; + int first = 1; FT_GlyphSlot slot = osd->ft2->face->glyph; while (*text) { -- cgit v1.2.3