From 2994833e7cc53670bd3303cb88054d7acee875cf Mon Sep 17 00:00:00 2001 From: Brad Linden <brad@lindenlab.com> Date: Mon, 1 May 2023 17:24:07 -0700 Subject: [PATCH] SL-19656 followup removing unused variable --- indra/newview/llfloaterperformance.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/indra/newview/llfloaterperformance.cpp b/indra/newview/llfloaterperformance.cpp index 25b744a5ab0..8c5745aa432 100644 --- a/indra/newview/llfloaterperformance.cpp +++ b/indra/newview/llfloaterperformance.cpp @@ -56,8 +56,6 @@ const S32 BAR_LEFT_PAD = 2; const S32 BAR_RIGHT_PAD = 5; const S32 BAR_BOTTOM_PAD = 9; -constexpr auto AvType {LLPerfStats::ObjType_t::OT_AVATAR}; - class LLExceptionsContextMenu : public LLListContextMenu { public: -- GitLab