aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-07-16 05:12:55 +0000
committerKarl Heuer <[email protected]>1996-07-16 05:12:55 +0000
commit830a7a8c41cbb1858e641a85095f74cadebd6991 (patch)
tree9aebf60790115961c0a5ecd15105f118360a92ba /src/xfns.c
parentfd41fe0d81d1aac9bf8995967c0db36c19819561 (diff)
(Qfont): Delete redundant definition.
(syms_of_xfns): Delete the duplicate assignment and staticpro.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 849dc8d1aa..b657f30651 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -169,7 +169,6 @@ Lisp_Object Qborder_width;
Lisp_Object Qbox;
Lisp_Object Qcursor_color;
Lisp_Object Qcursor_type;
-Lisp_Object Qfont;
Lisp_Object Qforeground_color;
Lisp_Object Qgeometry;
Lisp_Object Qicon_left;
@@ -5037,8 +5036,6 @@ syms_of_xfns ()
staticpro (&Qcursor_color);
Qcursor_type = intern ("cursor-type");
staticpro (&Qcursor_type);
- Qfont = intern ("font");
- staticpro (&Qfont);
Qforeground_color = intern ("foreground-color");
staticpro (&Qforeground_color);
Qgeometry = intern ("geometry");