diff options
author | Thomas White <taw@physics.org> | 2017-10-18 14:50:37 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-10-19 14:16:30 +0200 |
commit | f7c78f06db3b6adb1d8efba370cb0db068b20ca4 (patch) | |
tree | b1e18670d5d65234eed6e42c97f8a728c07a1545 | |
parent | f008c0a3356358348a871bfff633daf300c02c11 (diff) |
Remove read_reflections_from_file() from API
See c0ce8fb4 for the rationale behind this.
-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); |