Remove dead assignment

This commit is contained in:
Maya Rashish 2017-04-27 01:57:24 +03:00
commit d68ffc37d8

View file

@ -232,7 +232,6 @@ static void show_help(const char *data)
if (!header) { if (!header) {
printtext(NULL, NULL, MSGLEVEL_CLIENTCRAP, printtext(NULL, NULL, MSGLEVEL_CLIENTCRAP,
"Irssi commands:"); "Irssi commands:");
header = TRUE;
} }
if (last->category != NULL) { if (last->category != NULL) {