summaryrefslogtreecommitdiff
path: root/src/xine-engine/osd.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@users.sourceforge.net>2003-07-27 12:47:23 +0000
committerBastien Nocera <hadess@users.sourceforge.net>2003-07-27 12:47:23 +0000
commit0aca38b38e8facd14540874dc3d68f65dac2364f (patch)
tree0288ec8aca1e075d69e111c4cb80defdb50bbb6b /src/xine-engine/osd.c
parent47a3a7ec62f0ec8ddde070e612aa7f9ea9f68535 (diff)
downloadxine-lib-0aca38b38e8facd14540874dc3d68f65dac2364f.tar.gz
xine-lib-0aca38b38e8facd14540874dc3d68f65dac2364f.tar.bz2
- 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
Diffstat (limited to 'src/xine-engine/osd.c')
-rw-r--r--src/xine-engine/osd.c2
1 files changed, 1 insertions, 1 deletions
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) {