From: Richard M. Stallman Date: Fri, 16 Jun 1995 16:10:11 +0000 (+0000) Subject: (struct x_display): icon_name deleted. X-Git-Tag: emacs-19.34~3584 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40d0849957e5ed1e6533703be883032a0e3f1c4a;p=emacs.git (struct x_display): icon_name deleted. --- diff --git a/src/xterm.h b/src/xterm.h index b7eb1ccfb6f..85fed55ec6f 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -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;