diff options
-rw-r--r-- | doc/reference/libcrystfel/CrystFEL-sections.txt | 1 | ||||
-rw-r--r-- | libcrystfel/src/reflist-utils.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/doc/reference/libcrystfel/CrystFEL-sections.txt b/doc/reference/libcrystfel/CrystFEL-sections.txt index 34cebc9b..600fcc73 100644 --- a/doc/reference/libcrystfel/CrystFEL-sections.txt +++ b/doc/reference/libcrystfel/CrystFEL-sections.txt @@ -69,7 +69,6 @@ SERIAL write_reflist write_reflist_2 read_reflections -read_reflections_from_file asymmetric_indices res_cutoff check_list_symmetry diff --git a/libcrystfel/src/reflist-utils.h b/libcrystfel/src/reflist-utils.h index 50838b86..7e16c677 100644 --- a/libcrystfel/src/reflist-utils.h +++ b/libcrystfel/src/reflist-utils.h @@ -49,7 +49,6 @@ extern "C" { extern int write_reflist(const char *filename, RefList *list); extern int write_reflist_2(const char *filename, RefList *list, SymOpList *sym); -extern RefList *read_reflections_from_file(FILE *fh); extern RefList *read_reflections(const char *filename); extern int check_list_symmetry(RefList *list, const SymOpList *sym); |