changeset 12275:81d9cb6268b8

(struct x_display): icon_name deleted.
author Richard M. Stallman <rms@gnu.org>
date Fri, 16 Jun 1995 16:10:11 +0000
parents f3383ea95b06
children 2e376a4397bc
files src/xterm.h
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.h	Fri Jun 16 16:09:38 1995 +0000
+++ b/src/xterm.h	Fri Jun 16 16:10:11 1995 +0000
@@ -411,12 +411,6 @@
   Cursor modeline_cursor;
   Cursor cross_cursor;
 
-  /* The name to use for the icon, the last time
-     it was refreshed.  Usually the same as the name of the
-     buffer in the currently selected window in the frame.
-     nil means not explicitly specified.  */
-  Lisp_Object icon_name;
-
   /* Flag to set when the X window needs to be completely repainted.  */
   int needs_exposure;