aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-03-28 13:41:34 +0200
committerThomas White <taw@bitwiz.org.uk>2010-03-28 13:41:34 +0200
commitbedc04ff825009d29abd6a3ac1cd1149db2cecc3 (patch)
tree0f3dd75a1b20e5d1f5d3b434f19a417d9fcf1ebe /src/peaks.h
parentfede813224e32f690ba22c7f0a1f22d05b1de8a3 (diff)
Remove image_fom()
Diffstat (limited to 'src/peaks.h')
-rw-r--r--src/peaks.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/peaks.h b/src/peaks.h
index ba85f0f5..510282f8 100644
--- a/src/peaks.h
+++ b/src/peaks.h
@@ -17,8 +17,6 @@
#include <config.h>
#endif
-
-extern int image_fom(struct image *image);
extern void search_peaks(struct image *image);
extern void dump_peaks(struct image *image);
extern void output_intensities(struct image *image, UnitCell *cell);