diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-02-10 00:02:29 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-02-10 00:27:28 +0200 |
commit | 165f7bf35047e9106a7ccb2530fd2bfdf8e6259c (patch) | |
tree | f0b66e7d97c7123e91533011ff305119bc4a8301 /indra/newview | |
parent | b8952923ac2564f85b83da6893f89a6a45c952fd (diff) |
Triage Issue #49 Fix MacOS build failure
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpanelnearbymedia.cpp | 1 | ||||
-rw-r--r-- | indra/newview/llpanelnearbymedia.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llpanelnearbymedia.cpp b/indra/newview/llpanelnearbymedia.cpp index 83f0fca1be..eaf339a295 100644 --- a/indra/newview/llpanelnearbymedia.cpp +++ b/indra/newview/llpanelnearbymedia.cpp @@ -78,7 +78,6 @@ static const LLUUID PARCEL_AUDIO_LIST_ITEM_UUID = LLUUID("DF4B020D-8A24-4B95-AB5 LLPanelNearByMedia::LLPanelNearByMedia() : mMediaList(NULL), mEnableAllCtrl(NULL), - mAllMediaDisabled(false), mDebugInfoVisible(false), mParcelMediaItem(NULL), mParcelAudioItem(NULL), diff --git a/indra/newview/llpanelnearbymedia.h b/indra/newview/llpanelnearbymedia.h index 5e04ad4d86..603349792e 100644 --- a/indra/newview/llpanelnearbymedia.h +++ b/indra/newview/llpanelnearbymedia.h @@ -163,7 +163,6 @@ private: LLButton* mMuteBtn; LLButton* mMoreLessBtn; - bool mAllMediaDisabled; bool mDebugInfoVisible; bool mParcelAudioAutoStart; std::string mEmptyNameString; |