summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Scroll.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Fl_Scroll.cxx b/src/Fl_Scroll.cxx
index e11ad4cb1..e90809d1f 100644
--- a/src/Fl_Scroll.cxx
+++ b/src/Fl_Scroll.cxx
@@ -1,7 +1,7 @@
//
// Fl_Scroll widget for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2022 by Bill Spitzak and others.
+// Copyright 1998-2025 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
@@ -41,7 +41,6 @@ void Fl_Scroll::clear() {
Fl_Scroll::~Fl_Scroll() {
remove(hscrollbar); // remove last child first
remove(scrollbar);
- Fl_Group::clear();
}
/** Ensure the scrollbars are the last children.