From 468cdc37c83cd51eb1b0656bc7faeaf2099e0918 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 13 Mar 2018 17:46:33 +1100 Subject: Updated to work with non-inherited constructors in FLTK binding --- src/windows-jump.ads | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/windows-jump.ads') diff --git a/src/windows-jump.ads b/src/windows-jump.ads index e79af6c..6c483d5 100644 --- a/src/windows-jump.ads +++ b/src/windows-jump.ads @@ -20,17 +20,6 @@ package Windows.Jump is return Jump_Window; - function Create - (X, Y, W, H : in Integer; - Label_Text : in String) - return Jump_Window; - - - function Create - (W, H : in Integer) - return Jump_Window; - - procedure Set_Jump_Callback (This : in out Jump_Window; Func : in Jump_Callback); -- cgit