diff options
Diffstat (limited to 'device-functions.c')
-rw-r--r-- | device-functions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/device-functions.c b/device-functions.c index 4bff9f5..1d27a3a 100644 --- a/device-functions.c +++ b/device-functions.c @@ -4990,6 +4990,5 @@ gboolean fixed_ampl_ok (int channel, float use_ampl) { if (fabs(use_ampl-globals.Flash.fixed_ampl_points[channel][i])<globals.Flash.ampl_zero_equiv[channel]) return TRUE; } - return FALSE; } |