aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peaks.c')
-rw-r--r--src/peaks.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/peaks.c b/src/peaks.c
index c9dbe8e0..99c82323 100644
--- a/src/peaks.c
+++ b/src/peaks.c
@@ -115,10 +115,7 @@ static int cull_peaks_in_panel(struct image *image, struct panel *p)
if ( fabs(f->y - g->y) < 2.0 ) ncol++;
} else if ( p->badrow == 'y' ) {
if ( fabs(f->x - g->x) < 2.0 ) ncol++;
- } else {
- ERROR("Invalid badrow direction.\n");
- abort();
- }
+ } /* else do nothing */
}