* src/frame.h (union output_data): Remove ‘nothing’ member.
It has had no effect for quite some time.
All uses removed.
f->output_method = terminal->type;
f->terminal = terminal;
f->terminal->reference_count++;
- f->output_data.nothing = 0;
FRAME_FOREGROUND_PIXEL (f) = FACE_TTY_DEFAULT_FG_COLOR;
FRAME_BACKGROUND_PIXEL (f) = FACE_TTY_DEFAULT_BG_COLOR;
if (FRAME_TERMINAL (f)->delete_frame_hook)
(*FRAME_TERMINAL (f)->delete_frame_hook) (f);
terminal = FRAME_TERMINAL (f);
- f->output_data.nothing = 0;
f->terminal = 0; /* Now the frame is dead. */
unblock_input ();
struct x_output *x; /* From xterm.h. */
struct w32_output *w32; /* From w32term.h. */
struct ns_output *ns; /* From nsterm.h. */
- intptr_t nothing;
}
output_data;
{
f = XFRAME (frame);
if (FRAME_X_P (f)
- && f->output_data.nothing != 1
&& FRAME_DISPLAY_INFO (f) == dpyinfo
&& f->output_data.x->widget == widget)
return f;