summaryrefslogtreecommitdiff
path: root/src/windows-replace.ads
diff options
context:
space:
mode:
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;