summaryrefslogtreecommitdiff
path: root/src/macfont.m
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2017-12-16 19:16:01 +0100
committerPhilipp Stephani <phst@google.com>2017-12-16 19:16:01 +0100
commitda2c441079c74b18399176df3f92613436ef53dc (patch)
tree9510ffac65cb99c93540a9ac7fdce5c6a5a96438 /src/macfont.m
parenta4f220d09b12b9bb4819949902ec4156ea2c385f (diff)
downloademacs-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.m2
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)