--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- a/win/gnome/gnbind.c +++ b/win/gnome/gnbind.c @@ -19,9 +19,6 @@ extern void tty_raw_print(const char *); extern void tty_raw_print_bold(const char *); -/* this is only needed until gnome_status_* routines are written */ -extern NEARDATA winid WIN_STATUS; - /* Interface definition, for windows.c */ struct window_procs Gnome_procs = { "Gnome", WC_COLOR | WC_HILITE_PET | WC_INVERSE, 0L, --- a/win/tty/wintty.c +++ b/win/tty/wintty.c @@ -74,9 +74,6 @@ extern char mapped_menu_cmds[]; /* from options.c */ -/* this is only needed until tty_status_* routines are written */ -extern NEARDATA winid WIN_STATUS; - /* Interface definition, for windows.c */ struct window_procs tty_procs = { "tty", --- a/win/X11/winX.c +++ b/win/X11/winX.c @@ -95,9 +95,6 @@ #endif #endif -/* this is only needed until X11_status_* routines are written */ -extern NEARDATA winid WIN_STATUS; - /* Interface definition, for windows.c */ struct window_procs X11_procs = { "X11", --- a/src/windows.c +++ b/src/windows.c @@ -862,7 +862,6 @@ const char *status_fieldfmt[MAXBLSTATS]; char *status_vals[MAXBLSTATS]; boolean status_activefields[MAXBLSTATS]; -NEARDATA winid WIN_STATUS; void genl_status_init()