]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct x_display): icon_name deleted.
authorRichard M. Stallman <rms@gnu.org>
Fri, 16 Jun 1995 16:10:11 +0000 (16:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 16 Jun 1995 16:10:11 +0000 (16:10 +0000)
src/xterm.h

index b7eb1ccfb6f85f54834fcddf8078b9b8ec1161f4..85fed55ec6f84377652062b08190f1bbe119c353 100644 (file)
@@ -411,12 +411,6 @@ struct x_display
   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;