This commit is contained in:
Eduardo Bart
2011-08-20 18:37:27 -03:00
parent 7584c806f4
commit d0f47f47a4
5 changed files with 7 additions and 9 deletions

View File

@@ -31,7 +31,6 @@ UIWidget::UIWidget(UIWidgetType type)
UIWidget::~UIWidget()
{
//logTraceDebug(m_id);
if(!m_destroyed)
logWarning("widget '", m_id, "' was destructed without being explicit destroyed");
}