aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-06-11 15:43:04 +0000
committerRichard M. Stallman <[email protected]>1993-06-11 15:43:04 +0000
commit7ecc7c8e09bb1c5de1f24d5c6cff59f915f91b0e (patch)
treedbd87084f188f7469a0e9da92167829dba679b7f /src/xfns.c
parent870b25a27b9b296acee5e6fe18bcc769ed1d7f70 (diff)
(syms_of_xfns): Don't set up Qicon.
(Qicon): Declaration deleted.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 1ca40679e3..994d749d6a 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -173,7 +173,7 @@ Lisp_Object Qcursor_type;
Lisp_Object Qfont;
Lisp_Object Qforeground_color;
Lisp_Object Qgeometry;
-Lisp_Object Qicon;
+/* Lisp_Object Qicon; */
Lisp_Object Qicon_left;
Lisp_Object Qicon_top;
Lisp_Object Qicon_type;
@@ -192,7 +192,7 @@ Lisp_Object Qx_frame_parameter;
/* The below are defined in frame.c. */
extern Lisp_Object Qheight, Qminibuffer, Qname, Qonly, Qwidth;
-extern Lisp_Object Qunsplittable, Qmenu_bar_lines, Qicon;
+extern Lisp_Object Qunsplittable, Qmenu_bar_lines;
extern Lisp_Object Vwindow_system_version;
@@ -3598,8 +3598,6 @@ syms_of_xfns ()
staticpro (&Qforeground_color);
Qgeometry = intern ("geometry");
staticpro (&Qgeometry);
- Qicon = intern ("icon");
- staticpro (&Qicon);
Qicon_left = intern ("icon-left");
staticpro (&Qicon_left);
Qicon_top = intern ("icon-top");