diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-04-14 16:01:23 +1200 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-04-14 16:01:23 +1200 |
commit | 2c15b311f6942ec92fa44d91831ba991d40ac545 (patch) | |
tree | 632459455a86af1e1168c750356cb1667c716e7f /body/fltk-widgets-buttons.adb | |
parent | d250a4858b95697ecf792bd9d31e712ca441c73e (diff) |
Diffstat (limited to 'body/fltk-widgets-buttons.adb')
-rw-r--r-- | body/fltk-widgets-buttons.adb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/body/fltk-widgets-buttons.adb b/body/fltk-widgets-buttons.adb index bc78d8d..2d1e169 100644 --- a/body/fltk-widgets-buttons.adb +++ b/body/fltk-widgets-buttons.adb @@ -116,22 +116,6 @@ package body FLTK.Widgets.Buttons is -- Destructors -- ------------------- - -- Clipper route successfully navigated - procedure button_extra_final_hook - (Ada_Obj : in Storage.Integer_Address); - pragma Export (C, button_extra_final_hook, "button_extra_final_hook"); - - procedure button_extra_final_hook - (Ada_Obj : in Storage.Integer_Address) - is - My_Button : Button; - for My_Button'Address use Storage.To_Address (Ada_Obj); - pragma Import (Ada, My_Button); - begin - Extra_Final (My_Button); - end button_extra_final_hook; - - procedure Extra_Final (This : in out Button) is begin |