summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Guslisty <pguslisty@productengine.com>2010-11-30 16:36:03 +0200
committerPaul Guslisty <pguslisty@productengine.com>2010-11-30 16:36:03 +0200
commitd3dbdf6f51ae9cada4a5a450387c0688ccbe07a1 (patch)
tree2dfed5fab2aa976dc614a90b31889bce344cf6c9
parent4d8fd22fd85429c4f77f8a2d277f4c225fc0fea0 (diff)
STORM-696 FIXED Event Details floater doesn't follow opacity settings
- Deleted unnecessary draw() method that didn't call base LLFloater::draw() method.
-rw-r--r--indra/newview/llfloaterevent.cpp5
-rw-r--r--indra/newview/llfloaterevent.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llfloaterevent.cpp b/indra/newview/llfloaterevent.cpp
index 0b5ac8e798..a6dafda3e6 100644
--- a/indra/newview/llfloaterevent.cpp
+++ b/indra/newview/llfloaterevent.cpp
@@ -117,8 +117,3 @@ void LLFloaterEvent::setEventID(const U32 event_id)
}
}
-
-void LLFloaterEvent::draw()
-{
- LLPanel::draw();
-}
diff --git a/indra/newview/llfloaterevent.h b/indra/newview/llfloaterevent.h
index b1963309da..ed90055d95 100644
--- a/indra/newview/llfloaterevent.h
+++ b/indra/newview/llfloaterevent.h
@@ -43,7 +43,6 @@ public:
/*virtual*/ ~LLFloaterEvent();
/*virtual*/ BOOL postBuild();
- /*virtual*/ void draw();
void setEventID(const U32 event_id);