summaryrefslogtreecommitdiff
path: root/src/bundles.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-02-18 20:32:32 +1100
committerJed Barber <jjbarber@y7mail.com>2017-02-18 20:32:32 +1100
commitf20b3a198cd51d9742e6575beac7dd74b8b6b715 (patch)
tree779f49601a58146de3694415c1b9f01364f07071 /src/bundles.ads
parent7e030b0b119fb116586937ab35c7d1f936fba92f (diff)
Removed Add procedure from Bundles, cleaned up code slightly
Diffstat (limited to 'src/bundles.ads')
-rw-r--r--src/bundles.ads5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/bundles.ads b/src/bundles.ads
index 5ea5dac..6d95693 100644
--- a/src/bundles.ads
+++ b/src/bundles.ads
@@ -25,11 +25,6 @@ package Bundles is
Empty_Bundle : constant Bundle;
- procedure Add
- (To : in out Bundle;
- Item : in Given_Prefs.Preference_Array);
-
-
procedure Transfer
(This : in out Bundle;
From, To : in Candidates.CandidateID;