From b008aefee41a21b24f1d2f1f23cd6c78b888ede5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 26 May 2016 17:09:17 +0200 Subject: many modules: trivial cleanups only - Remove "this->" where it's not needed. Possibly rename shadowed vars. - Don't reload the options bundle manually since `options::opts' exists for that very reason. - Remove '^ \+$' whitespace - :retab --- filter-ewma2/ftnoir_filter_ewma2_dialog.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'filter-ewma2') diff --git a/filter-ewma2/ftnoir_filter_ewma2_dialog.cpp b/filter-ewma2/ftnoir_filter_ewma2_dialog.cpp index 30fb6003..5425fada 100644 --- a/filter-ewma2/ftnoir_filter_ewma2_dialog.cpp +++ b/filter-ewma2/ftnoir_filter_ewma2_dialog.cpp @@ -27,13 +27,13 @@ void FilterControls::unregister_filter() } void FilterControls::doOK() { - save(); - this->close(); + save(); + close(); } -void FilterControls::doCancel() { - s.b->reload(); - this->close(); +void FilterControls::doCancel() +{ + close(); } void FilterControls::save() { -- cgit v1.2.3