From da2c441079c74b18399176df3f92613436ef53dc Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Sat, 16 Dec 2017 19:16:01 +0100 Subject: [PATCH] Remove two unused variables in macfont.m * src/macfont.m (macfont_get_glyph_for_character): Remove two unused variables. --- src/macfont.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/macfont.m b/src/macfont.m index 6985364b34e..6c119d90dce 100644 --- a/src/macfont.m +++ b/src/macfont.m @@ -1441,8 +1441,6 @@ macfont_get_glyph_for_character (struct font *font, UTF32Char c) CGGlyph *glyphs; int i, len; int nrows; - dispatch_queue_t queue; - dispatch_group_t group = NULL; int nkeys; if (row != 0) -- 2.39.2