(fontset_font_pattern): Remove unused variable `family_registry'.
This commit is contained in:
parent
44dc78e04a
commit
17893c65bd
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
* fns.c (copy_hash_table): Remove unused variable `v'.
|
||||
|
||||
* fontset.c (fontset_font_pattern): Remove unused variable
|
||||
`family_registry'.
|
||||
|
||||
2001-11-05 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* m/news-risc.h (BROKEN_PROTOTYPES): Defined.
|
||||
|
|
|
@ -534,7 +534,6 @@ fontset_font_pattern (f, id, c)
|
|||
{
|
||||
Lisp_Object fontset, elt;
|
||||
struct font_info *fontp;
|
||||
Lisp_Object family_registry;
|
||||
|
||||
elt = Qnil;
|
||||
if (fontset_id_valid_p (id))
|
||||
|
|
Loading…
Add table
Reference in a new issue