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:
parent
a00924bbce
commit
e932860f4b
2 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue