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.ads11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/windows-replace.ads b/src/windows-replace.ads
index a5852d2..5b02055 100644
--- a/src/windows-replace.ads
+++ b/src/windows-replace.ads
@@ -22,17 +22,6 @@ package Windows.Replace is
return Replace_Window;
- function Create
- (X, Y, W, H : in Integer;
- Label_Text : in String)
- return Replace_Window;
-
-
- function Create
- (W, H : in Integer)
- return Replace_Window;
-
-
procedure Set_Replace_Callback
(This : in out Replace_Window;
Func : in Replace_Callback);