Remove apparently spurious status update.

svn path=/trunk/netsurf/; revision=9963
This commit is contained in:
John Mark Bell 2010-02-10 00:57:23 +00:00
parent ee833877c5
commit fcf264d4cd

View File

@ -1549,8 +1549,6 @@ void html_object_callback(content_msg msg, struct content *object,
((time_taken < option_min_reflow_period ?
option_min_reflow_period : time_taken * 1.25));
}
if (c->status == CONTENT_STATUS_READY)
html_set_status(c, "");
}