aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r--src/post-refinement.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h
index 039a69c8..28d65877 100644
--- a/src/post-refinement.h
+++ b/src/post-refinement.h
@@ -41,8 +41,7 @@ enum {
};
-extern void pr_refine(struct image *image, const RefList *full,
- const char *sym);
+extern void pr_refine(struct image *image, const RefList *full);
/* Exported so it can be poked by tests/pr_gradient_check */
extern double gradient(struct image *image, int k, Reflection *refl, double r);