aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldebugview.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:04 -0500
committerJacek Antonelli2008-08-15 23:45:04 -0500
commit117e22047c5752352342d64e3fb7ce00a4eb8113 (patch)
treee32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/lldebugview.cpp
parentSecond Life viewer sources 1.18.0.6 (diff)
downloadmeta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz
Second Life viewer sources 1.18.1.2
Diffstat (limited to 'linden/indra/newview/lldebugview.cpp')
-rw-r--r--linden/indra/newview/lldebugview.cpp14
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;