diff options
-rw-r--r-- | filter-nm/ftnoir_filter_nm.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/filter-nm/ftnoir_filter_nm.h b/filter-nm/ftnoir_filter_nm.h index fe0924d1..d2eae43d 100644 --- a/filter-nm/ftnoir_filter_nm.h +++ b/filter-nm/ftnoir_filter_nm.h @@ -35,16 +35,6 @@ struct settings_nm : opts value<slider_value>(b, "roll-drift-speed", { 100.0, 1.0, 400.0 }) } { } - - /* value<slider_value> kMinSmoothing, kMaxSmoothing, kSmoothingScaleCurve; - settings() - : opts("ewma-filter"), - kMinSmoothing(b, "min-smoothing", { .02, .01, 1 }), - kMaxSmoothing(b, "max-smoothing", { .7, .01, 1 }), - kSmoothingScaleCurve(b, "smoothing-scale-curve", { .8, .1, 5 }) - { - } -*/ }; struct filter_nm : IFilter |