summaryrefslogtreecommitdiff
path: root/src/bundles.adb
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.adb
parent7e030b0b119fb116586937ab35c7d1f936fba92f (diff)
Removed Add procedure from Bundles, cleaned up code slightly
Diffstat (limited to 'src/bundles.adb')
-rw-r--r--src/bundles.adb10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/bundles.adb b/src/bundles.adb
index d0234a1..af11f37 100644
--- a/src/bundles.adb
+++ b/src/bundles.adb
@@ -11,16 +11,6 @@
package body Bundles is
- procedure Add
- (To : in out Bundle;
- Item : in Given_Prefs.Preference_Array) is
- begin
- To.Papers.Append (Item);
- end Add;
-
-
-
-
procedure Transfer
(This : in out Bundle;
From, To : in Candidates.CandidateID;