* src/macfont.m (macfont_encode_char, syms_of_macfont): Remove unused vars.
This commit is contained in:
parent
94e5235007
commit
6cdd3c6b65
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue