aboutsummaryrefslogtreecommitdiff
path: root/body/fltk-widgets-groups-browsers.adb
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-04-14 16:01:23 +1200
committerJedidiah Barber <contact@jedbarber.id.au>2025-04-14 16:01:23 +1200
commit2c15b311f6942ec92fa44d91831ba991d40ac545 (patch)
tree632459455a86af1e1168c750356cb1667c716e7f /body/fltk-widgets-groups-browsers.adb
parentd250a4858b95697ecf792bd9d31e712ca441c73e (diff)
Removed superfluous extra_final stuffHEADmaster
Diffstat (limited to 'body/fltk-widgets-groups-browsers.adb')
-rw-r--r--body/fltk-widgets-groups-browsers.adb9
1 files changed, 0 insertions, 9 deletions
diff --git a/body/fltk-widgets-groups-browsers.adb b/body/fltk-widgets-groups-browsers.adb
index e65dedc..13cdba7 100644
--- a/body/fltk-widgets-groups-browsers.adb
+++ b/body/fltk-widgets-groups-browsers.adb
@@ -650,18 +650,9 @@ package body FLTK.Widgets.Groups.Browsers is
-- Destructors --
-------------------
- -- Preparing to use morse code
- procedure fl_scrollbar_extra_final
- (Ada_Obj : in Storage.Integer_Address);
- pragma Import (C, fl_scrollbar_extra_final, "fl_scrollbar_extra_final");
- pragma Inline (fl_scrollbar_extra_final);
-
-
procedure Extra_Final
(This : in out Browser) is
begin
- fl_scrollbar_extra_final (Storage.To_Integer (This.Horizon'Address));
- fl_scrollbar_extra_final (Storage.To_Integer (This.Vertigo'Address));
Extra_Final (Group (This));
for Index in This.Text_Store'Range loop
Interfaces.C.Strings.Free (This.Text_Store (Index));