aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-06-16 16:10:11 +0000
committerRichard M. Stallman1995-06-16 16:10:11 +0000
commit40d0849957e5ed1e6533703be883032a0e3f1c4a (patch)
tree977e7fd6c9c985e70a2f5e64cddb853656db3939 /src
parente7f79a67e7ba33b1ced4cf1b77a2a23131891963 (diff)
downloademacs-40d0849957e5ed1e6533703be883032a0e3f1c4a.tar.gz
emacs-40d0849957e5ed1e6533703be883032a0e3f1c4a.zip
(struct x_display): icon_name deleted.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h6
1 files changed, 0 insertions, 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
411 Cursor modeline_cursor; 411 Cursor modeline_cursor;
412 Cursor cross_cursor; 412 Cursor cross_cursor;
413 413
414 /* The name to use for the icon, the last time
415 it was refreshed. Usually the same as the name of the
416 buffer in the currently selected window in the frame.
417 nil means not explicitly specified. */
418 Lisp_Object icon_name;
419
420 /* Flag to set when the X window needs to be completely repainted. */ 414 /* Flag to set when the X window needs to be completely repainted. */
421 int needs_exposure; 415 int needs_exposure;
422 416