summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatereditextdaycycle.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-09-07 17:10:27 -0700
committerRider Linden <rider@lindenlab.com>2018-09-07 17:10:27 -0700
commit8c9d758e3a5de9e11b2e33753e61a5359dbff8de (patch)
tree6220ef50996c6d7ed04c00f2c4eaae59fcf49bcc /indra/newview/llfloatereditextdaycycle.cpp
parentb239522fea591a1c53615875dd158e479cd6ccf2 (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.cpp1
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&notif, const LLSD&resp)
{
- (void)this;
S32 opt = LLNotificationsUtil::getSelectedOption(notif, resp);
if (opt == 0)
cb();