summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2021-12-18 15:07:59 +0100
committerMatthias Melcher <github@matthiasm.com>2021-12-18 15:11:39 +0100
commit763ba46e5448010569e8a30d8f7ab42cb59c967e (patch)
treec204b93e5584080dac1565324b8344cfc1d2ffe5
parent6343148f9d9522ba65b1a82091421c961e2f0593 (diff)
Github #340: removing two warnings.
-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();
}