summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fluid/Fl_Type.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/fluid/Fl_Type.cxx b/fluid/Fl_Type.cxx
index b6a0e614e..bdc70349d 100644
--- a/fluid/Fl_Type.cxx
+++ b/fluid/Fl_Type.cxx
@@ -400,7 +400,6 @@ void Fl_Type::add(Fl_Type *p, Strategy strategy) {
}
// run the p tree a last time to make sure the widget_browser updates correctly
- Fl_Type *a = p;
widget_browser->redraw();
}
@@ -434,7 +433,6 @@ void Fl_Type::insert(Fl_Type *g) {
// 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
- Fl_Type *a = prev;
widget_browser->redraw();
}