summaryrefslogtreecommitdiff
path: root/src/xine-engine/osd.c
diff options
context:
space:
mode:
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) {