diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-11-30 16:36:03 +0200 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-11-30 16:36:03 +0200 |
commit | d3dbdf6f51ae9cada4a5a450387c0688ccbe07a1 (patch) | |
tree | 2dfed5fab2aa976dc614a90b31889bce344cf6c9 /indra/newview/llfloaterevent.h | |
parent | 4d8fd22fd85429c4f77f8a2d277f4c225fc0fea0 (diff) |
STORM-696 FIXED Event Details floater doesn't follow opacity settings
- Deleted unnecessary draw() method that didn't call base LLFloater::draw() method.
Diffstat (limited to 'indra/newview/llfloaterevent.h')
-rw-r--r-- | indra/newview/llfloaterevent.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |