aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/reflist.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-05-23 16:17:53 +0200
committerThomas White <taw@physics.org>2014-05-23 16:18:13 +0200
commit72c44b5ce64d74357b03054bf11229e912b41661 (patch)
tree1627e021045ae2ec3727382c0fe0edb79c359255 /libcrystfel/src/reflist.c
parent229cbd2c0377ed5595178d3c299fada519507233 (diff)
Remove {get,set}_{scalable,refinable}()
Diffstat (limited to 'libcrystfel/src/reflist.c')
-rw-r--r--libcrystfel/src/reflist.c50
1 files changed, 0 insertions, 50 deletions
diff --git a/libcrystfel/src/reflist.c b/libcrystfel/src/reflist.c
index 2dd5619e..afc76caa 100644
--- a/libcrystfel/src/reflist.c
+++ b/libcrystfel/src/reflist.c
@@ -446,32 +446,6 @@ void get_partial(const Reflection *refl, double *r1, double *r2, double *p,
/**
- * get_scalable:
- * @refl: A %Reflection
- *
- * Returns: non-zero if this reflection can be scaled.
- *
- **/
-int get_scalable(const Reflection *refl)
-{
- return refl->data.scalable;
-}
-
-
-/**
- * get_refinable:
- * @refl: A %Reflection
- *
- * Returns: non-zero if this reflection can be used for post refinement.
- *
- **/
-int get_refinable(const Reflection *refl)
-{
- return refl->data.refinable;
-}
-
-
-/**
* get_redundancy:
* @refl: A %Reflection
*
@@ -679,30 +653,6 @@ void set_intensity(Reflection *refl, double intensity)
/**
- * set_scalable:
- * @refl: A %Reflection
- * @scalable: Non-zero if this reflection should be scaled.
- *
- **/
-void set_scalable(Reflection *refl, int scalable)
-{
- refl->data.scalable = scalable;
-}
-
-
-/**
- * set_refinable:
- * @refl: A %Reflection
- * @refinable: Non-zero if this reflection can be used for post refinement.
- *
- **/
-void set_refinable(Reflection *refl, int refinable)
-{
- refl->data.refinable = refinable;
-}
-
-
-/**
* set_redundancy:
* @refl: A %Reflection
* @red: New redundancy for the reflection