Always update UI in event loop, removed updates from rest of code
This commit is contained in:
@@ -132,11 +132,6 @@ void _stub_ui_handle_recipient_not_found(const char * const recipient, const cha
|
||||
{
|
||||
}
|
||||
|
||||
static
|
||||
void _stub_ui_current_update_virtual(void)
|
||||
{
|
||||
}
|
||||
|
||||
static
|
||||
void _mock_ui_current_print_formatted_line(const char show_char, int attrs, const char * const msg, ...)
|
||||
{
|
||||
@@ -271,12 +266,6 @@ stub_ui_handle_recipient_error(void)
|
||||
ui_handle_recipient_error = _stub_ui_handle_recipient_error;
|
||||
}
|
||||
|
||||
void
|
||||
stub_ui_current_update_virtual(void)
|
||||
{
|
||||
ui_current_update_virtual = _stub_ui_current_update_virtual;
|
||||
}
|
||||
|
||||
void
|
||||
mock_ui_current_print_formatted_line(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user