mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 18:12:12 +02:00
Remove dead assignment
This commit is contained in:
parent
eb5e84cf85
commit
d68ffc37d8
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue