diff options
| author | Dmitry Antipov | 2014-07-04 06:28:54 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-07-04 06:28:54 +0400 |
| commit | 9d7b0167fdd06638e019103ef1b77e5956d7fb7b (patch) | |
| tree | a086d81baec06b2656eb96437935632d1862d497 /src/macfont.m | |
| parent | 2b13ca4d11960fe1d8b858a64864d7b74bf60867 (diff) | |
| download | emacs-9d7b0167fdd06638e019103ef1b77e5956d7fb7b.tar.gz emacs-9d7b0167fdd06638e019103ef1b77e5956d7fb7b.zip | |
* font.h (struct font_driver): Remove get_outline and free_outline;
not used by any font driver.
* ftfont.c (ftfont_driver):
* macfont.m (macfont_driver):
* nsfont.m (nsfont_driver):
* w32font.c (w32font_driver):
* w32uniscribe.c (uniscribe_font_driver):
* xfont.c (xfont_driver): Related users changed.
* xselect.c (x_get_window_property): Use convenient xmalloc.
Call to xfree only if some data was really allocated.
Diffstat (limited to 'src/macfont.m')
| -rw-r--r-- | src/macfont.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/macfont.m b/src/macfont.m index 9b3cb2c29f6..82ee54cdc63 100644 --- a/src/macfont.m +++ b/src/macfont.m | |||
| @@ -1580,8 +1580,6 @@ static struct font_driver macfont_driver = | |||
| 1580 | macfont_draw, | 1580 | macfont_draw, |
| 1581 | NULL, /* get_bitmap */ | 1581 | NULL, /* get_bitmap */ |
| 1582 | NULL, /* free_bitmap */ | 1582 | NULL, /* free_bitmap */ |
| 1583 | NULL, /* get_outline */ | ||
| 1584 | NULL, /* free_outline */ | ||
| 1585 | NULL, /* anchor_point */ | 1583 | NULL, /* anchor_point */ |
| 1586 | NULL, /* otf_capability */ | 1584 | NULL, /* otf_capability */ |
| 1587 | NULL, /* otf_drive */ | 1585 | NULL, /* otf_drive */ |