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 --- tracker-rs/ftnoir_tracker_rs_controls.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tracker-rs') diff --git a/tracker-rs/ftnoir_tracker_rs_controls.cpp b/tracker-rs/ftnoir_tracker_rs_controls.cpp index baa01c91..9ef14c9e 100644 --- a/tracker-rs/ftnoir_tracker_rs_controls.cpp +++ b/tracker-rs/ftnoir_tracker_rs_controls.cpp @@ -19,15 +19,15 @@ void RSTrackerControls::doInstallRSRuntime() { bool pStarted = RSTracker::startSdkInstallationProcess(); if(pStarted == true) - this->close(); + close(); } void RSTrackerControls::doOK() { - this->close(); + close(); } void RSTrackerControls::doCancel() { - this->close(); + close(); } -- cgit v1.2.3