diff --git a/indra/newview/llfloaterperformance.cpp b/indra/newview/llfloaterperformance.cpp
index e44c161b276131cec7a7064b045e83f3e601b88f..316b9ab1b6979001f485171a6877d330baf7448f 100644
--- a/indra/newview/llfloaterperformance.cpp
+++ b/indra/newview/llfloaterperformance.cpp
@@ -546,7 +546,7 @@ void LLFloaterPerformance::onUICtrlMouseDown()
     if (use_auto_adjust)
     {
         LLNotificationsUtil::add("AutoFPSConfirmDisable", LLSD(), LLSD(),
-            [this](const LLSD&notif, const LLSD&resp)
+            [](const LLSD&notif, const LLSD&resp)
         {
             S32 opt = LLNotificationsUtil::getSelectedOption(notif, resp);
             if (opt == 0)
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp
index fbc3275b1e443655a3bc10474cd36b450800a297..b655a04b14aac1b279afa9b0f8fb9d97a656e023 100644
--- a/indra/newview/llfloaterpreference.cpp
+++ b/indra/newview/llfloaterpreference.cpp
@@ -1789,7 +1789,7 @@ void LLFloaterPreference::onUICtrlMouseDown()
     if (use_auto_adjust)
     {
         LLNotificationsUtil::add("AutoFPSConfirmDisable", LLSD(), LLSD(),
-            [this](const LLSD&notif, const LLSD&resp)
+            [](const LLSD&notif, const LLSD&resp)
         {
             S32 opt = LLNotificationsUtil::getSelectedOption(notif, resp);
             if (opt == 0)
diff --git a/indra/newview/llfloaterpreferencesgraphicsadvanced.cpp b/indra/newview/llfloaterpreferencesgraphicsadvanced.cpp
index fdc36077a81eb0c94aba5e17353dcd614d77281b..548a6eb7699d684f593e2c5d32d869657a7eb87b 100644
--- a/indra/newview/llfloaterpreferencesgraphicsadvanced.cpp
+++ b/indra/newview/llfloaterpreferencesgraphicsadvanced.cpp
@@ -201,7 +201,7 @@ void LLFloaterPreferenceGraphicsAdvanced::onUICtrlMouseDown()
     if (use_auto_adjust)
     {
         LLNotificationsUtil::add("AutoFPSConfirmDisable", LLSD(), LLSD(),
-            [this](const LLSD&notif, const LLSD&resp)
+            [](const LLSD&notif, const LLSD&resp)
         {
             S32 opt = LLNotificationsUtil::getSelectedOption(notif, resp);
             if (opt == 0)