diff options
author | Thomas White <taw@physics.org> | 2010-01-21 15:36:44 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-01-21 15:36:44 +0100 |
commit | 552d860fa1bf4fd699d0af2e8ca0a13345fc624b (patch) | |
tree | 0185aa85891d64cd7c521dba06dc04d67c757ccf /src/peaks.h | |
parent | 395b2bd7770fb9a9f11be939c22d7abce702e4da (diff) |
Fix hdfile layering violations
Diffstat (limited to 'src/peaks.h')
-rw-r--r-- | src/peaks.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/peaks.h b/src/peaks.h index c4cbfb48..2e868342 100644 --- a/src/peaks.h +++ b/src/peaks.h @@ -21,6 +21,5 @@ extern int image_fom(struct image *image); extern void search_peaks(struct image *image); extern void dump_peaks(struct image *image); -extern void clean_image(struct image *image); #endif /* PEAKS_H */ |