diff options
| author | Matthias Melcher <git@matthiasm.com> | 2021-12-18 15:07:59 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2021-12-18 15:11:39 +0100 |
| commit | 763ba46e5448010569e8a30d8f7ab42cb59c967e (patch) | |
| tree | c204b93e5584080dac1565324b8344cfc1d2ffe5 | |
| parent | 6343148f9d9522ba65b1a82091421c961e2f0593 (diff) | |
Github #340: removing two warnings.
| -rw-r--r-- | fluid/Fl_Type.cxx | 2 |
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(); } |
