Removed some redundant redrawing.

This commit is contained in:
Oliver Schmidt 2015-06-05 16:59:16 +02:00
parent f6b315a17f
commit c5103bf997

View File

@ -382,7 +382,6 @@ open_url(void)
} else {
show_statustext("Connecting...");
}
redraw_window();
}
/*-----------------------------------------------------------------------------------*/
/* set_link(link):
@ -678,8 +677,6 @@ webclient_connected(void)
{
start_loading();
clear_page();
show_statustext("Request sent...");
set_url(webclient_hostname(), webclient_port(), webclient_filename());