Mercurial > emacs
diff src/fontset.c @ 56293:f27d5d17fde5
(Fset_fontset_font): Remove unused vars `family' and `registry'.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Wed, 30 Jun 2004 19:34:15 +0000 |
| parents | 450b41d3c078 |
| children | 43067aee2f3e e8df1878cfd1 6f6e9fe4658b |
line wrap: on
line diff
--- a/src/fontset.c Wed Jun 30 19:31:30 2004 +0000 +++ b/src/fontset.c Wed Jun 30 19:34:15 2004 +0000 @@ -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 @@ Lisp_Object realized; int from, to; int id; - Lisp_Object family, registry; fontset = check_fontset_name (name);
