]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove two unused variables in macfont.m
authorPhilipp Stephani <phst@google.com>
Sat, 16 Dec 2017 18:16:01 +0000 (19:16 +0100)
committerPhilipp Stephani <phst@google.com>
Sat, 16 Dec 2017 18:16:01 +0000 (19:16 +0100)
* src/macfont.m (macfont_get_glyph_for_character): Remove two unused
variables.

src/macfont.m

index 6985364b34e7b6b69e798b389fa93eb45fa8ba25..6c119d90dce8327df06de5d395185b64ebf1a4a6 100644 (file)
@@ -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)