aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvelocitybar.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:42 -0500
committerJacek Antonelli2008-08-15 23:45:42 -0500
commitce28e056c20bf2723f565bbf464b87781ec248a2 (patch)
treeef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/llvelocitybar.cpp
parentSecond Life viewer sources 1.19.1.4b (diff)
downloadmeta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz
Second Life viewer sources 1.20.2
Diffstat (limited to 'linden/indra/newview/llvelocitybar.cpp')
-rw-r--r--linden/indra/newview/llvelocitybar.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/linden/indra/newview/llvelocitybar.cpp b/linden/indra/newview/llvelocitybar.cpp
index 5073aea..169ecac 100644
--- a/linden/indra/newview/llvelocitybar.cpp
+++ b/linden/indra/newview/llvelocitybar.cpp
@@ -39,16 +39,6 @@
39 39
40#include "llvelocitybar.h" 40#include "llvelocitybar.h"
41 41
42EWidgetType LLVelocityBar::getWidgetType() const
43{
44 return WIDGET_TYPE_VELOCITY_BAR;
45}
46
47LLString LLVelocityBar::getWidgetTag() const
48{
49 return LL_VELOCITY_BAR_TAG;
50}
51
52const char tab = '\t'; 42const char tab = '\t';
53 43
54void LLVelocityBar::draw() 44void LLVelocityBar::draw()
@@ -61,11 +51,6 @@ void LLVelocityBar::draw()
61 51
62 S32 left, top, right, bottom; 52 S32 left, top, right, bottom;
63 53
64 if (!getVisible())
65 {
66 return;
67 }
68
69// const F32 MS_TO_SECONDS = 0.001f; 54// const F32 MS_TO_SECONDS = 0.001f;
70// const S32 WIDTH_IN_MS = 66; 55// const S32 WIDTH_IN_MS = 66;
71// const F32 WIDGET_TIME_FOR_WIDTH = WIDTH_IN_MS * MS_TO_SECONDS; 56// const F32 WIDGET_TIME_FOR_WIDTH = WIDTH_IN_MS * MS_TO_SECONDS;