diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llpanelenvironment.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelenvironment.cpp b/indra/newview/llpanelenvironment.cpp index 94fa198085..74cc7660f3 100644 --- a/indra/newview/llpanelenvironment.cpp +++ b/indra/newview/llpanelenvironment.cpp @@ -93,6 +93,8 @@ const U32 LLPanelEnvironmentInfo::DIRTY_FLAG_MASK( // Because the OSX is Very cranky when I don't use a variable. const U32 ALTITUDE_SLIDER_COUNT = 3; +#endif + const std::string alt_sliders[] = { "sld1", "sld2", @@ -105,7 +107,6 @@ const std::string alt_labels[] = { "alt3", "ground", }; -#endif //========================================================================= LLPanelEnvironmentInfo::LLPanelEnvironmentInfo(): |