From 40d0849957e5ed1e6533703be883032a0e3f1c4a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 16 Jun 1995 16:10:11 +0000 Subject: [PATCH] (struct x_display): icon_name deleted. --- src/xterm.h | 6 ------ 1 file changed, 6 deletions(-) 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; -- 2.39.2