aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2015-10-05 09:16:21 +0900
committerYAMAMOTO Mitsuharu2015-10-05 09:16:21 +0900
commit6cdd3c6b654d1d81da1ab6decd08bd9e7c8f9e5d (patch)
tree97584a665c2ba29533ff0fa23fc2a70344411e14
parent94e5235007d094cfd1235b11f1855033cc4359a3 (diff)
downloademacs-6cdd3c6b654d1d81da1ab6decd08bd9e7c8f9e5d.tar.gz
emacs-6cdd3c6b654d1d81da1ab6decd08bd9e7c8f9e5d.zip
* src/macfont.m (macfont_encode_char, syms_of_macfont): Remove unused vars.
-rw-r--r--src/macfont.m3
1 files changed, 0 insertions, 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)
2765static unsigned 2765static unsigned
2766macfont_encode_char (struct font *font, int c) 2766macfont_encode_char (struct font *font, int c)
2767{ 2767{
2768 struct macfont_info *macfont_info = (struct macfont_info *) font;
2769 CGGlyph glyph; 2768 CGGlyph glyph;
2770 2769
2771 block_input (); 2770 block_input ();
@@ -4052,8 +4051,6 @@ mac_register_font_driver (struct frame *f)
4052void 4051void
4053syms_of_macfont (void) 4052syms_of_macfont (void)
4054{ 4053{
4055 static struct font_driver mac_font_driver;
4056
4057 /* Core Text, for Mac OS X. */ 4054 /* Core Text, for Mac OS X. */
4058 DEFSYM (Qmac_ct, "mac-ct"); 4055 DEFSYM (Qmac_ct, "mac-ct");
4059 macfont_driver.type = Qmac_ct; 4056 macfont_driver.type = Qmac_ct;