Capture sharpening: Remove range adjuster and introduce

This commit is contained in:
Ingo Weyrich
2019-11-13 21:05:24 +01:00
parent a4909dc09e
commit 3be7016517
10 changed files with 102 additions and 52 deletions

View File

@@ -218,7 +218,7 @@ struct CaptureSharpeningParamsEdited {
bool deconvradius;
bool deconvradiusOffset;
bool deconviter;
bool deconvrange;
bool deconvitercheck;
bool isUnchanged() const;
};