aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/detector.h b/src/detector.h
index 4361d580..f71768c6 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -38,8 +38,7 @@ struct detector
int n_panels;
};
-extern void record_image(struct image *image, int do_water, int do_poisson,
- int do_bloom);
+extern void record_image(struct image *image, int do_water, int do_poisson);
extern struct panel *find_panel(struct detector *det, int x, int y);