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 --- proto-mouse/ftnoir_protocol_mouse_dialog.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'proto-mouse/ftnoir_protocol_mouse_dialog.cpp') diff --git a/proto-mouse/ftnoir_protocol_mouse_dialog.cpp b/proto-mouse/ftnoir_protocol_mouse_dialog.cpp index bb5fe3b8..89851b61 100644 --- a/proto-mouse/ftnoir_protocol_mouse_dialog.cpp +++ b/proto-mouse/ftnoir_protocol_mouse_dialog.cpp @@ -14,11 +14,11 @@ MOUSEControls::MOUSEControls() void MOUSEControls::doOK() { s.b->save(); - this->close(); + close(); } -void MOUSEControls::doCancel() { - s.b->reload(); - this->close(); +void MOUSEControls::doCancel() +{ + close(); } -- cgit v1.2.3