From 52940550fae5f5002d58653d146c862d8a637aa8 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 14 Mar 2026 00:49:17 -0400 Subject: remove scr_topics and scr_set_topic(), not going to display the topic in the status line. --- src/screen.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/screen.h') diff --git a/src/screen.h b/src/screen.h index ee11e8c..cbe8615 100644 --- a/src/screen.h +++ b/src/screen.h @@ -47,12 +47,6 @@ char scr_create(const char *name, char display); /* destroys a screen (frees up its slot). */ void scr_destroy(char s); -/* sets the topic for a screen (the 2nd line of the status box). - this can't just be another argument to scr_create() because we - don't know the topic yet when we create a screen (also, the - server and msgs windows don't have topics anyway). */ -void scr_set_topic(char s, const char *topic); - /* switch display to screen s. updates the display list. clears s's active flag. calls scr_show_status(). */ void scr_display(char s); -- cgit v1.2.3