1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Removed wins_refresh_console when not required for /sub command output

Implicitly called by cons_show
This commit is contained in:
James Booth 2013-12-27 23:38:45 +00:00
parent 0331cbe249
commit 2defeaefe3

View File

@ -548,7 +548,6 @@ _cons_show_received_subs(void)
g_slist_free_full(received, g_free);
}
wins_refresh_console();
cons_alert();
}
@ -570,7 +569,6 @@ _cons_show_sent_subs(void)
cons_show("No pending requests sent.");
}
wins_refresh_console();
cons_alert();
}