aboutsummaryrefslogtreecommitdiff
path: root/src/reflist.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-02-07 14:06:25 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:13 +0100
commit58addb645ea760b701feb489a7efe4500082a591 (patch)
tree124bf389d163c50f7a81b34a24bb43576fc3c411 /src/reflist.h
parent56e68f969f3c48ca4a6b7d2721c50ae86a9e2f72 (diff)
Finish implementation of binary tree
Diffstat (limited to 'src/reflist.h')
-rw-r--r--src/reflist.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/reflist.h b/src/reflist.h
index d1f0d53c..c7b2ad42 100644
--- a/src/reflist.h
+++ b/src/reflist.h
@@ -53,9 +53,6 @@ extern void set_scalable(Reflection *refl, int scalable);
/* Insertion */
extern Reflection *add_refl(RefList *list, INDICES);
-extern Reflection *add_refl_with_det_pos(RefList *list, INDICES, double exerr,
- double x, double y);
-
/* Deletion */
extern void delete_refl(Reflection *refl);