diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-04-16 14:18:21 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-04-16 14:18:21 -0700 |
commit | 652d18e6c4e33fbbe6343e8810d2c6accbc4f150 (patch) | |
tree | 55f51cea2392d13131f760193d65081c30e25d11 /indra/newview/llpanelprimmediacontrols.cpp | |
parent | 748de83a633d8d2117304a57aea54350cdd14d22 (diff) |
Adding volume controls in NMP
reivewed by RIchard cc#194
Diffstat (limited to 'indra/newview/llpanelprimmediacontrols.cpp')
-rw-r--r-- | indra/newview/llpanelprimmediacontrols.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llpanelprimmediacontrols.cpp b/indra/newview/llpanelprimmediacontrols.cpp index 83244edb8e..e8c1a0a569 100644 --- a/indra/newview/llpanelprimmediacontrols.cpp +++ b/indra/newview/llpanelprimmediacontrols.cpp @@ -66,10 +66,6 @@ #include "llwindow.h" #include "llfloatertools.h" // to enable hide if build tools are up -#if defined(LL_DARWIN) || (defined(LL_WINDOW) && (! defined(LL_RELEASE_FOR_DOWNLOAD)) ) -#define PER_MEDIA_VOLUME -#endif - // Functions pulled from pipeline.cpp glh::matrix4f glh_get_current_modelview(); glh::matrix4f glh_get_current_projection(); |