Removed leftover chrono-related code (refer to commit #37721 for the changes to kgraphics.cpp)

svn-id: r39820
This commit is contained in:
Filippos Karapetis 2009-04-03 22:48:55 +00:00
parent c3dc501f23
commit e03eb7d4ce
2 changed files with 0 additions and 23 deletions

View file

@ -1719,14 +1719,6 @@ static void _k_view_list_do_postdraw(EngineState *s, gfxw_list_t *list) {
while (widget) {
reg_t obj = make_reg(widget->ID, widget->subID);
if (widget->type == GFXW_SORTED_LIST)
_k_view_list_do_postdraw(s, GFXWC(widget));
if (widget->type != GFXW_DYN_VIEW) {
widget = (gfxw_dyn_view_t *) widget->next;
continue;
}
/*
* this fixes a few problems, but doesn't match SSCI's logic.
* The semantics of the private flag need to be verified before this can be uncommented.