# HG changeset patch # User Stefan Monnier # Date 1088624055 0 # Node ID f27d5d17fde525d3479fcfa1522f7d44758ef5c6 # Parent d7735d732373ea3f174f2b18fe88b35f0d964f22 (Fset_fontset_font): Remove unused vars `family' and `registry'. diff -r d7735d732373 -r f27d5d17fde5 src/fontset.c --- 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);