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);
|
g_slist_free_full(received, g_free);
|
||||||
}
|
}
|
||||||
|
|
||||||
wins_refresh_console();
|
|
||||||
cons_alert();
|
cons_alert();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -570,7 +569,6 @@ _cons_show_sent_subs(void)
|
|||||||
cons_show("No pending requests sent.");
|
cons_show("No pending requests sent.");
|
||||||
}
|
}
|
||||||
|
|
||||||
wins_refresh_console();
|
|
||||||
cons_alert();
|
cons_alert();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user