summaryrefslogtreecommitdiff
path: root/src/windows-replace.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-11-11 10:53:05 +1100
committerJed Barber <jjbarber@y7mail.com>2016-11-11 10:53:05 +1100
commitbf5b67dee0d61996c3937dd8b255d5fcf2198973 (patch)
tree0a53efae21ee2abba5b1f24fb0488dd022477286 /src/windows-replace.ads
parent646bb5b98226ecfcee8b02d669b9cef5d00bbded (diff)
Simplified widget callbacks
Diffstat (limited to 'src/windows-replace.ads')
-rw-r--r--src/windows-replace.ads6
1 files changed, 0 insertions, 6 deletions
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;