aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvelocitybar.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;