diff options
author | Philipp Stephani <phst@google.com> | 2017-12-16 19:16:01 +0100 |
---|---|---|
committer | Philipp Stephani <phst@google.com> | 2017-12-16 19:16:01 +0100 |
commit | da2c441079c74b18399176df3f92613436ef53dc (patch) | |
tree | 9510ffac65cb99c93540a9ac7fdce5c6a5a96438 /src/macfont.m | |
parent | a4f220d09b12b9bb4819949902ec4156ea2c385f (diff) | |
download | emacs-da2c441079c74b18399176df3f92613436ef53dc.tar.gz |
Remove two unused variables in macfont.m
* src/macfont.m (macfont_get_glyph_for_character): Remove two unused
variables.
Diffstat (limited to 'src/macfont.m')
-rw-r--r-- | src/macfont.m | 2 |
1 files changed, 0 insertions, 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) |