changeset 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 d7735d732373
children aaa6a4ecea38
files src/fontset.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);