mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 22:36:22 +00:00
Removed wins_refresh_console when not required for /sub command output
Implicitly called by cons_show
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user