diff options
Diffstat (limited to 'src/peaks.c')
-rw-r--r-- | src/peaks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/peaks.c b/src/peaks.c index efe50b9b..b838b810 100644 --- a/src/peaks.c +++ b/src/peaks.c @@ -160,7 +160,6 @@ int integrate_peak(struct image *image, int cfs, int css, double noise_mean = 0.0; double noise_meansq = 0.0; - p = find_panel(image->det, cfs, css); if ( p == NULL ) return 1; if ( p->no_index ) return 1; |