diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/lldebugview.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/linden/indra/newview/lldebugview.cpp b/linden/indra/newview/lldebugview.cpp index dc179cc..861a5bb 100644 --- a/linden/indra/newview/lldebugview.cpp +++ b/linden/indra/newview/lldebugview.cpp | |||
@@ -37,7 +37,6 @@ | |||
37 | #include "llconsole.h" | 37 | #include "llconsole.h" |
38 | #include "lltextureview.h" | 38 | #include "lltextureview.h" |
39 | #include "llresmgr.h" | 39 | #include "llresmgr.h" |
40 | #include "llaudiostatus.h" | ||
41 | #include "imageids.h" | 40 | #include "imageids.h" |
42 | #include "llvelocitybar.h" | 41 | #include "llvelocitybar.h" |
43 | #include "llviewerwindow.h" | 42 | #include "llviewerwindow.h" |
@@ -109,19 +108,6 @@ LLDebugView::LLDebugView(const std::string& name, const LLRect &rect) | |||
109 | mStatViewp->setVisible(FALSE); | 108 | mStatViewp->setVisible(FALSE); |
110 | addChild(mStatViewp); | 109 | addChild(mStatViewp); |
111 | 110 | ||
112 | // | ||
113 | // Audio debugging stuff | ||
114 | // | ||
115 | const S32 AUDIO_STATUS_LEFT = rect.getWidth()/2-100; | ||
116 | const S32 AUDIO_STATUS_WIDTH = 320; | ||
117 | const S32 AUDIO_STATUS_TOP = (rect.getHeight()/2)+400; | ||
118 | const S32 AUDIO_STATUS_HEIGHT = 320; | ||
119 | r.setLeftTopAndSize( AUDIO_STATUS_LEFT, AUDIO_STATUS_TOP, AUDIO_STATUS_WIDTH, AUDIO_STATUS_HEIGHT ); | ||
120 | LLAudiostatus* gAudioStatus = new LLAudiostatus("AudioStatus", r); | ||
121 | gAudioStatus->setFollowsTop(); | ||
122 | gAudioStatus->setFollowsRight(); | ||
123 | addChild(gAudioStatus); | ||
124 | |||
125 | const S32 VELOCITY_LEFT = 10; // 370; | 111 | const S32 VELOCITY_LEFT = 10; // 370; |
126 | const S32 VELOCITY_WIDTH = 500; | 112 | const S32 VELOCITY_WIDTH = 500; |
127 | const S32 VELOCITY_TOP = 140; | 113 | const S32 VELOCITY_TOP = 140; |