diff options
author | Rider Linden <rider@lindenlab.com> | 2018-09-07 17:10:27 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-09-07 17:10:27 -0700 |
commit | 8c9d758e3a5de9e11b2e33753e61a5359dbff8de (patch) | |
tree | 6220ef50996c6d7ed04c00f2c4eaae59fcf49bcc /indra/newview/llfloaterfixedenvironment.cpp | |
parent | b239522fea591a1c53615875dd158e479cd6ccf2 (diff) |
Get rid of (void)this... (this should not have been captured in the first place.)
Diffstat (limited to 'indra/newview/llfloaterfixedenvironment.cpp')
-rw-r--r-- | indra/newview/llfloaterfixedenvironment.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterfixedenvironment.cpp b/indra/newview/llfloaterfixedenvironment.cpp index 4b420888a0..47b07a8315 100644 --- a/indra/newview/llfloaterfixedenvironment.cpp +++ b/indra/newview/llfloaterfixedenvironment.cpp @@ -277,7 +277,6 @@ void LLFloaterFixedEnvironment::checkAndConfirmSettingsLoss(LLFloaterFixedEnviro LLNotificationsUtil::add("SettingsConfirmLoss", args, LLSD(), [cb](const LLSD¬if, const LLSD&resp) { - (void)this; S32 opt = LLNotificationsUtil::getSelectedOption(notif, resp); if (opt == 0) cb(); |