summaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
authornicm <nicm>2020-02-05 13:06:49 +0000
committernicm <nicm>2020-02-05 13:06:49 +0000
commitfb29242168c8d45923267237395cec97cdb86254 (patch)
treea4670e221e7664f10f5c6fed73ac401aaf004881 /screen.c
parent265164d251f427bf9275c355a4f205c781d70b20 (diff)
Make list-keys description clearer in tmux.1 and remove an unused variable.
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/screen.c b/screen.c
index 5aa30271..b8acf33d 100644
--- a/screen.c
+++ b/screen.c
@@ -155,8 +155,6 @@ screen_set_cursor_colour(struct screen *s, const char *colour)
int
screen_set_title(struct screen *s, const char *title)
{
- char *cp;
-
if (!utf8_isvalid(title))
return (0);
free(s->title);