aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2004-06-30 19:34:15 +0000
committerStefan Monnier2004-06-30 19:34:15 +0000
commit85b0dba0fbca6d9ea4ba473e8f6746cfbb451379 (patch)
tree3bb8c4bf1fc62275cbc31be6b016a377338af467 /src
parent8edacacd994b7d2fcea73577793dcdb02bc59553 (diff)
downloademacs-85b0dba0fbca6d9ea4ba473e8f6746cfbb451379.tar.gz
emacs-85b0dba0fbca6d9ea4ba473e8f6746cfbb451379.zip
(Fset_fontset_font): Remove unused vars `family' and `registry'.
Diffstat (limited to 'src')
-rw-r--r--src/fontset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c
index 41c8c807495..1e64c753330 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -1,4 +1,5 @@
1/* Fontset handler. 1/* Fontset handler.
2 Copyright (C) 2004 Free Software Foundation, Inc.
2 Copyright (C) 1995, 1997, 2000 Electrotechnical Laboratory, JAPAN. 3 Copyright (C) 1995, 1997, 2000 Electrotechnical Laboratory, JAPAN.
3 Licensed to the Free Software Foundation. 4 Licensed to the Free Software Foundation.
4 5
@@ -1084,7 +1085,6 @@ name of a font, REGISTRY is a registry name of a font. */)
1084 Lisp_Object realized; 1085 Lisp_Object realized;
1085 int from, to; 1086 int from, to;
1086 int id; 1087 int id;
1087 Lisp_Object family, registry;
1088 1088
1089 fontset = check_fontset_name (name); 1089 fontset = check_fontset_name (name);
1090 1090