diff options
author | Rider Linden <rider@lindenlab.com> | 2019-03-07 15:26:01 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2019-03-07 15:26:01 -0800 |
commit | 8740c54fb074b8ab2349dc5a3317e1578de3d812 (patch) | |
tree | f5ffe3766403514ea123a1efe0236bd0b27e9026 /indra/newview/llpanelenvironment.h | |
parent | 88b53a26ce633bfc07f9990e9dc1e9c85dd31414 (diff) |
SL-10700: If a track is empty show the name of the track used below it. If all tracks are empty for a parcel are empty report thath it uses region settings.
Diffstat (limited to 'indra/newview/llpanelenvironment.h')
-rw-r--r-- | indra/newview/llpanelenvironment.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llpanelenvironment.h b/indra/newview/llpanelenvironment.h index 87ce0772b2..9eb4040758 100644 --- a/indra/newview/llpanelenvironment.h +++ b/indra/newview/llpanelenvironment.h @@ -85,7 +85,6 @@ protected: static const std::string STR_LABEL_USEDEFAULT; static const std::string STR_LABEL_USEREGION; - static const std::string STR_LABEL_UNKNOWNINV; static const std::string STR_ALTITUDE_DESCRIPTION; static const std::string STR_NO_PARCEL; static const std::string STR_CROSS_REGION; @@ -135,8 +134,6 @@ protected: virtual bool isLargeEnough() = 0; virtual void refreshFromSource() = 0; - std::string getInventoryNameForAssetId(LLUUID asset_id); - std::string getNameForTrackIndex(S32 index); LLFloaterSettingsPicker * getSettingsPicker(bool create = true); |