mirror of
https://github.com/fltk/fltk.git
synced 2026-05-18 00:05:33 +08:00
Removed superfluous comments
This commit is contained in:
@@ -398,8 +398,6 @@ void Fl_Type::add(Fl_Type *p, Strategy strategy) {
|
||||
}
|
||||
select(this, 1);
|
||||
}
|
||||
|
||||
// run the p tree a last time to make sure the widget_browser updates correctly
|
||||
widget_browser->redraw();
|
||||
}
|
||||
|
||||
@@ -432,7 +430,6 @@ void Fl_Type::insert(Fl_Type *g) {
|
||||
fixvisible(this);
|
||||
// tell parent that it has a new child, so it can update itself
|
||||
if (parent) parent->add_child(this, g);
|
||||
// run this tree a last time to make sure the widget_browser updates correctly
|
||||
widget_browser->redraw();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user