From 6cdd3c6b654d1d81da1ab6decd08bd9e7c8f9e5d Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Mon, 5 Oct 2015 09:16:21 +0900 Subject: [PATCH] * src/macfont.m (macfont_encode_char, syms_of_macfont): Remove unused vars. --- src/macfont.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/macfont.m b/src/macfont.m index bab9f7cf9ff..fae284fad89 100644 --- a/src/macfont.m +++ b/src/macfont.m @@ -2765,7 +2765,6 @@ macfont_has_char (Lisp_Object font, int c) 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 @@ mac_register_font_driver (struct frame *f) 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; -- 2.39.2