aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilipp Stephani2017-12-16 19:16:01 +0100
committerPhilipp Stephani2017-12-16 19:16:01 +0100
commitda2c441079c74b18399176df3f92613436ef53dc (patch)
tree9510ffac65cb99c93540a9ac7fdce5c6a5a96438 /src
parenta4f220d09b12b9bb4819949902ec4156ea2c385f (diff)
downloademacs-da2c441079c74b18399176df3f92613436ef53dc.tar.gz
emacs-da2c441079c74b18399176df3f92613436ef53dc.zip
Remove two unused variables in macfont.m
* src/macfont.m (macfont_get_glyph_for_character): Remove two unused variables.
Diffstat (limited to 'src')
-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)
1441 CGGlyph *glyphs; 1441 CGGlyph *glyphs;
1442 int i, len; 1442 int i, len;
1443 int nrows; 1443 int nrows;
1444 dispatch_queue_t queue;
1445 dispatch_group_t group = NULL;
1446 int nkeys; 1444 int nkeys;
1447 1445
1448 if (row != 0) 1446 if (row != 0)