aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/fom.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-02-05 16:32:36 +0100
committerThomas White <taw@physics.org>2021-02-05 16:32:36 +0100
commit252e2e13bded09fd3cd0fd3a1112605b2b97458a (patch)
tree95dcc21a6a71291bd087d287abf8bd58f1e99695 /libcrystfel/src/fom.h
parent04ce5c5c98df8b2d92e8646f8b82e3975f69b50a (diff)
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!)
Diffstat (limited to 'libcrystfel/src/fom.h')
-rw-r--r--libcrystfel/src/fom.h2
1 files changed, 0 insertions, 2 deletions
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 */