# HG changeset patch # User Richard M. Stallman # Date 803319011 0 # Node ID 81d9cb6268b8457324a2e93358b48264010fc9c6 # Parent f3383ea95b06c564d4426f430adaf73cd7a8d4db (struct x_display): icon_name deleted. diff -r f3383ea95b06 -r 81d9cb6268b8 src/xterm.h --- 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;