1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 17:01:01 -08:00

(Fset_fontset_font): Remove unused vars family' and registry'.

This commit is contained in:
Stefan Monnier 2004-06-30 19:34:15 +00:00
parent 8edacacd99
commit 85b0dba0fb

View file

@ -1,4 +1,5 @@
/* Fontset handler.
Copyright (C) 2004 Free Software Foundation, Inc.
Copyright (C) 1995, 1997, 2000 Electrotechnical Laboratory, JAPAN.
Licensed to the Free Software Foundation.
@ -1084,7 +1085,6 @@ name of a font, REGISTRY is a registry name of a font. */)
Lisp_Object realized;
int from, to;
int id;
Lisp_Object family, registry;
fontset = check_fontset_name (name);