Since views cleanup their children, drop target's destructor doesn't need to.

This commit is contained in:
Inusaito Sayori
2013-09-13 19:08:52 -04:00
parent a0a51fb762
commit 461f6f6ade

View File

@@ -79,8 +79,6 @@ LLDropTarget::LLDropTarget(const LLDropTarget::Params& p)
LLDropTarget::~LLDropTarget()
{
delete mText;
delete mBorder;
}
// static