aboutsummaryrefslogtreecommitdiff
path: root/screen.c
diff options
context:
space:
mode:
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 6b1f69af..fafb3456 100644
--- a/screen.c
+++ b/screen.c
@@ -154,8 +154,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);