diff options
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r-- | src/post-refinement.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h index 1ef7a1fd..8dea914d 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -30,11 +30,6 @@ enum { NUM_PARAMS }; - -/* Return the gradient of parameter 'k' given the current status of 'image'. */ -double gradient(struct image *image, int k, struct cpeak spot, - double I_partial); - /* Apply the given shift to the 'k'th parameter of 'image'. */ void apply_shift(struct image *image, int k, double shift); |