From 763ba46e5448010569e8a30d8f7ab42cb59c967e Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 18 Dec 2021 15:07:59 +0100 Subject: Github #340: removing two warnings. --- fluid/Fl_Type.cxx | 2 -- 1 file changed, 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(); } -- cgit v1.2.3