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/llfloatereditextdaycycle.cpp | |
parent | b239522fea591a1c53615875dd158e479cd6ccf2 (diff) |
Get rid of (void)this... (this should not have been captured in the first place.)
Diffstat (limited to 'indra/newview/llfloatereditextdaycycle.cpp')
-rw-r--r-- | indra/newview/llfloatereditextdaycycle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.cpp b/indra/newview/llfloatereditextdaycycle.cpp index 53deb8dadb..f1dbb32016 100644 --- a/indra/newview/llfloatereditextdaycycle.cpp +++ b/indra/newview/llfloatereditextdaycycle.cpp @@ -711,7 +711,6 @@ void LLFloaterEditExtDayCycle::checkAndConfirmSettingsLoss(on_confirm_fn cb) LLNotificationsUtil::add("SettingsConfirmLoss", args, LLSD(), [cb](const LLSD¬if, const LLSD&resp) { - (void)this; S32 opt = LLNotificationsUtil::getSelectedOption(notif, resp); if (opt == 0) cb(); |