diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/macfont.m | 3 |
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) | |||
| 2765 | static unsigned | 2765 | static unsigned |
| 2766 | macfont_encode_char (struct font *font, int c) | 2766 | macfont_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) | |||
| 4052 | void | 4051 | void |
| 4053 | syms_of_macfont (void) | 4052 | syms_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; |