1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 11:21:19 -07:00

* ftfont.c (ftfont_list): Remove unused local.

This commit is contained in:
Paul Eggert 2011-03-18 21:57:02 -07:00
parent a00924bbce
commit e932860f4b
2 changed files with 1 additions and 1 deletions

View file

@ -3,6 +3,7 @@
* ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.
(ftfont_otf_capability, ftfont_shape): Omit decls if not needed.
(OTF_TAG_SYM): Omit macro if not needed.
(ftfont_list): Remove unused local.
* xfont.c (xfont_list_family): Mark var as initialized.

View file

@ -871,7 +871,6 @@ ftfont_list (Lisp_Object frame, Lisp_Object spec)
FcObjectSet *objset = NULL;
FcCharSet *charset;
Lisp_Object chars = Qnil;
FcResult result;
char otlayout[15]; /* For "otlayout:XXXX" */
struct OpenTypeSpec *otspec = NULL;
int spacing = -1;