summaryrefslogtreecommitdiff
path: root/src/moves.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/moves.adb')
-rw-r--r--src/moves.adb8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/moves.adb b/src/moves.adb
index 391b35c..4024a4d 100644
--- a/src/moves.adb
+++ b/src/moves.adb
@@ -11,8 +11,6 @@ package body Moves is
end Add;
-
-
procedure Add
(This : in out Path;
List : in Path) is
@@ -21,8 +19,6 @@ package body Moves is
end Add;
-
-
procedure Prefix
(This : in out Path;
Item : in Move) is
@@ -41,8 +37,6 @@ package body Moves is
end Latest;
-
-
procedure Drop_Latest
(This : in out Path) is
begin
@@ -60,8 +54,6 @@ package body Moves is
end Length;
-
-
procedure Total_Delta
(This : in Path;
DX, DY : out Integer) is