Removed some redundant redrawing.
This commit is contained in:
parent
f6b315a17f
commit
c5103bf997
1 changed files with 0 additions and 3 deletions
|
@ -382,7 +382,6 @@ open_url(void)
|
||||||
} else {
|
} else {
|
||||||
show_statustext("Connecting...");
|
show_statustext("Connecting...");
|
||||||
}
|
}
|
||||||
redraw_window();
|
|
||||||
}
|
}
|
||||||
/*-----------------------------------------------------------------------------------*/
|
/*-----------------------------------------------------------------------------------*/
|
||||||
/* set_link(link):
|
/* set_link(link):
|
||||||
|
@ -678,8 +677,6 @@ webclient_connected(void)
|
||||||
{
|
{
|
||||||
start_loading();
|
start_loading();
|
||||||
|
|
||||||
clear_page();
|
|
||||||
|
|
||||||
show_statustext("Request sent...");
|
show_statustext("Request sent...");
|
||||||
set_url(webclient_hostname(), webclient_port(), webclient_filename());
|
set_url(webclient_hostname(), webclient_port(), webclient_filename());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue