summaryrefslogtreecommitdiff
path: root/indra/newview/llsidetray.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-10-20 22:59:38 +0000
committerJames Cook <james@lindenlab.com>2009-10-20 22:59:38 +0000
commitc0637c83267540c5e91bd0afc3bea5c5b99a7f84 (patch)
treeb29f181f455cae245495019cecde6a472ccc20fb /indra/newview/llsidetray.cpp
parente0826b455cb643207ea09db870b53dbc8c3fae74 (diff)
Remove hard-coded black border around side tray, relates to EXT-1365
This leaves side tray contiguous with favorites bar, will be fixed by drop shadow from EXT-1742. Reviewed with Erica.
Diffstat (limited to 'indra/newview/llsidetray.cpp')
-rw-r--r--indra/newview/llsidetray.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llsidetray.cpp b/indra/newview/llsidetray.cpp
index ff95f8adce..3e53c354d8 100644
--- a/indra/newview/llsidetray.cpp
+++ b/indra/newview/llsidetray.cpp
@@ -209,11 +209,6 @@ void LLSideTrayTab::reshape (S32 width, S32 height, BOOL called_from_parent )
void LLSideTrayTab::draw()
{
LLPanel::draw();
-
- //border
- gl_rect_2d(0,0,getRect().getWidth() - 1,getRect().getHeight() - 1,LLColor4::black,false);
-
-
}
void LLSideTrayTab::onOpen (const LLSD& key)