diff options
author | Ansariel Hiller <Ansariel@users.noreply.github.com> | 2024-07-27 17:10:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-27 18:10:17 +0300 |
commit | fceec45641cf6a4b7eecaf37ea080a184c279239 (patch) | |
tree | 476463c04099eefef6d2145d9b081f0e25b03683 /indra/newview/llfloaterworldmap.h | |
parent | a1bdef0c159ca2ebf5f2d985d56a541101e3bf6a (diff) |
Fix a bunch of XUI warnings (#2120)
Diffstat (limited to 'indra/newview/llfloaterworldmap.h')
-rw-r--r-- | indra/newview/llfloaterworldmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterworldmap.h b/indra/newview/llfloaterworldmap.h index 269b231e37..a99100f5bd 100644 --- a/indra/newview/llfloaterworldmap.h +++ b/indra/newview/llfloaterworldmap.h @@ -206,7 +206,6 @@ private: LLCheckBoxCtrl* mPeopleCheck = nullptr; LLCheckBoxCtrl* mInfohubCheck = nullptr; - LLCheckBoxCtrl* mTelehubCheck = nullptr; LLCheckBoxCtrl* mLandSaleCheck = nullptr; LLCheckBoxCtrl* mEventsCheck = nullptr; LLCheckBoxCtrl* mEventsMatureCheck = nullptr; |