summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2021-12-18 15:22:19 +0100
committerGitHub <noreply@github.com>2021-12-18 15:22:19 +0100
commitde2585d9f15890a6e614657c2cdc4e0ed1309b74 (patch)
tree454ae84555b2e3a1abea25bb11ff6165b9370b08 /fluid
parent763ba46e5448010569e8a30d8f7ab42cb59c967e (diff)
Removed superfluous comments
Diffstat (limited to 'fluid')
-rw-r--r--fluid/Fl_Type.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/fluid/Fl_Type.cxx b/fluid/Fl_Type.cxx
index bdc70349d..7b20f5312 100644
--- a/fluid/Fl_Type.cxx
+++ b/fluid/Fl_Type.cxx
@@ -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();
}