FLTK logo

[master] de2585d - Removed superfluous comments

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] de2585d - Removed superfluous comments "Matthias Melcher" Dec 18, 2021  
 
commit de2585d9f15890a6e614657c2cdc4e0ed1309b74
Author:     Matthias Melcher <github@matthiasm.com>
AuthorDate: Sat Dec 18 15:22:19 2021 +0100
Commit:     GitHub <noreply@github.com>
CommitDate: Sat Dec 18 15:22:19 2021 +0100

    Removed superfluous comments

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

diff --git fluid/Fl_Type.cxx fluid/Fl_Type.cxx
index bdc7034..7b20f53 100644
--- fluid/Fl_Type.cxx
+++ fluid/Fl_Type.cxx
@@ -398,8 +398,6 @@ void Fl_Type::add(Fl_Type *p, Strategy strategy) {
     }
     select(this, 1);
   }
-
-  // run the p tree a last time to make sure the widget_browser updates correctly
   widget_browser->redraw();
 }
 
@@ -432,7 +430,6 @@ void Fl_Type::insert(Fl_Type *g) {
   fixvisible(this);
   // 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
   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'.