Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by

lint.
This commit is contained in:
Nicholas Marriott
2009-07-21 18:40:30 +00:00
parent b9a179089b
commit 044ebf1952
4 changed files with 1 additions and 30 deletions

View File

@ -350,7 +350,7 @@ status_replace(struct session *s, const char *fmt, time_t t)
wl->window->active));
ptr = tmp;
}
/* FALLTHOUGH */
/* FALLTHROUGH */
case 'S':
if (ptr == NULL)
ptr = s->name;