FLTK logo

[master] 763ba46 - Github #340: removing two warnings.

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 763ba46 - Github #340: removing two warnings. "Matthias Melcher" Dec 18, 2021  
 
commit 763ba46e5448010569e8a30d8f7ab42cb59c967e
Author:     Matthias Melcher <git@matthiasm.com>
AuthorDate: Sat Dec 18 15:07:59 2021 +0100
Commit:     Matthias Melcher <github@matthiasm.com>
CommitDate: Sat Dec 18 15:11:39 2021 +0100

    Github #340: removing two warnings.

 fluid/Fl_Type.cxx | 2 --
 1 file changed, 2 deletions(-)

diff --git fluid/Fl_Type.cxx fluid/Fl_Type.cxx
index b6a0e61..bdc7034 100644
--- fluid/Fl_Type.cxx
+++ 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();
 }
 
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.