diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-01-28 15:39:54 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-01-28 15:39:54 +0100 |
commit | d19a20b8c457e7e433dcd18e857de34f3f73f834 (patch) | |
tree | e93bc7eda9f936c916f88131608819d1a5538349 | |
parent | f56186096e50f076d5301525588537533b3a41c2 (diff) |
Fussiness
-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 b469d45a..755bc574 100644 --- a/src/peaks.c +++ b/src/peaks.c @@ -245,7 +245,6 @@ static void cull_peaks(struct image *image) if ( g == NULL ) continue; if ( f->x == g->x ) ncol++; - } /* More than three? */ |