aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/detector.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/detector.c b/src/detector.c
index 4df14d77..80a88a1a 100644
--- a/src/detector.c
+++ b/src/detector.c
@@ -172,7 +172,6 @@ void record_image(struct image *image, int do_water, int do_poisson,
double pix_area, Lsq;
double dsq, proj_area;
struct panel *p;
- int found = 0;
val = image->sfacs[x + image->width*y];
intensity = pow(cabs(val), 2.0);