From bf5b67dee0d61996c3937dd8b255d5fcf2198973 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 11 Nov 2016 10:53:05 +1100 Subject: Simplified widget callbacks --- src/windows-replace.ads | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/windows-replace.ads') diff --git a/src/windows-replace.ads b/src/windows-replace.ads index 854a882..1525859 100644 --- a/src/windows-replace.ads +++ b/src/windows-replace.ads @@ -42,12 +42,6 @@ package Windows.Replace is private - type Replace_Marshaller is new FLTK.Widgets.Widget_Callback with null record; - overriding procedure Call - (This : in Replace_Marshaller; - Item : in out FLTK.Widgets.Widget'Class); - - type Replace_Window is new FLTK.Widgets.Groups.Windows.Double.Double_Window with record Find_What, Replace_With : FLTK.Widgets.Inputs.Input; -- cgit