* src/macfont.m (macfont_encode_char, syms_of_macfont): Remove unused vars.

This commit is contained in:
YAMAMOTO Mitsuharu 2015-10-05 09:16:21 +09:00
parent 94e5235007
commit 6cdd3c6b65

View file

@ -2765,7 +2765,6 @@ So we use CTFontDescriptorCreateMatchingFontDescriptor (no
static unsigned
macfont_encode_char (struct font *font, int c)
{
struct macfont_info *macfont_info = (struct macfont_info *) font;
CGGlyph glyph;
block_input ();
@ -4052,8 +4051,6 @@ So we use CTFontDescriptorCreateMatchingFontDescriptor (no
void
syms_of_macfont (void)
{
static struct font_driver mac_font_driver;
/* Core Text, for Mac OS X. */
DEFSYM (Qmac_ct, "mac-ct");
macfont_driver.type = Qmac_ct;