summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-06-11 15:43:04 +0000
committerRichard M. Stallman <rms@gnu.org>1993-06-11 15:43:04 +0000
commitf283765ea027bf15b687f856993af846d4e468b3 (patch)
treed146db40d2d721abecb9019adfe868db51c12e20
parentfc7f83ba720e78d1c00247883caa2d30d4079ffd (diff)
downloademacs-f283765ea027bf15b687f856993af846d4e468b3.tar.gz
(syms_of_xfns): Don't set up Qicon.
(Qicon): Declaration deleted.
-rw-r--r--src/xfns.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 1ca40679e32..994d749d6a5 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");