follow-up: missed comment and an outdated interface

This commit is contained in:
nhmall
2025-01-04 23:51:34 -05:00
parent be5143bb74
commit ffadd254d7
3 changed files with 2 additions and 6 deletions

View File

@@ -62,8 +62,7 @@ struct window_procs amii_procs = {
#ifdef CHANGE_COLOR /* only a Mac option currently */
amii_change_color, amii_get_color_string,
#endif
/* other defs that really should go away (they're tty specific) */
amii_delay_output, amii_delay_output, amii_outrip, genl_preference_update,
amii_outrip, genl_preference_update,
genl_getmsghistory, genl_putmsghistory,
genl_status_init, genl_status_finish, genl_status_enablefield,
genl_status_update,
@@ -97,8 +96,7 @@ struct window_procs amiv_procs = {
#ifdef CHANGE_COLOR /* only a Mac option currently */
amii_change_color, amii_get_color_string,
#endif
/* other defs that really should go away (they're tty specific) */
amii_delay_output, amii_delay_output, amii_outrip, genl_preference_update,
amii_outrip, genl_preference_update,
genl_getmsghistory, genl_putmsghistory,
genl_status_init, genl_status_finish, genl_status_enablefield,
genl_status_update,