aboutsummaryrefslogtreecommitdiff
path: root/src/reflist.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-07-01 18:10:45 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:31 +0100
commit6246e4d712361fead972189207df914b53f50a6b (patch)
tree44759a6341a9c194f35dc9f9b15e107adeee1188 /src/reflist.h
parentf249b77f9d3110381b729adca8c061f9fa00d09a (diff)
Simplifications to make RB tree upgrade easier
Diffstat (limited to 'src/reflist.h')
-rw-r--r--src/reflist.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/reflist.h b/src/reflist.h
index 393ac172..e1ff4071 100644
--- a/src/reflist.h
+++ b/src/reflist.h
@@ -77,18 +77,12 @@ extern void set_symmetric_indices(Reflection *refl,
/* Insertion */
extern Reflection *add_refl(RefList *list,
signed int h, signed int k, signed int l);
-extern Reflection *add_serialised_refl(RefList *list, signed int h,
- signed int k, signed int l);
-
-/* Deletion */
-extern void delete_refl(Reflection *refl);
/* Iteration */
extern Reflection *first_refl(RefList *list, RefListIterator **iterator);
extern Reflection *next_refl(Reflection *refl, RefListIterator *iter);
/* Misc */
-extern void optimise_reflist(RefList *list);
extern int num_reflections(RefList *list);
#endif /* REFLIST_H */