From 252e2e13bded09fd3cd0fd3a1112605b2b97458a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 5 Feb 2021 16:32:36 +0100 Subject: Move fom_type_from_string out of API If it's needed, we'll replace it with a better piece of API (...which doesn't abort the program in the event of a typo!) --- libcrystfel/src/fom.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libcrystfel/src/fom.h') diff --git a/libcrystfel/src/fom.h b/libcrystfel/src/fom.h index 565c9b80..fae8748d 100644 --- a/libcrystfel/src/fom.h +++ b/libcrystfel/src/fom.h @@ -127,6 +127,4 @@ extern int fom_shell_num_reflections(struct fom_context *fctx, int i); extern int fom_overall_num_possible(struct fom_context *fctx); extern int fom_shell_num_possible(struct fom_context *fctx, int i); -extern enum fom_type fom_type_from_string(const char *s); - #endif /* FOM */ -- cgit v1.2.3