diff options
Diffstat (limited to 'src/screen.h')
| -rw-r--r-- | src/screen.h | 6 |
1 files changed, 0 insertions, 6 deletions
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); |
