1
0

Removed if condition

This commit is contained in:
andrew 2014-03-02 22:55:14 +02:00
parent 070d483236
commit 36fd78af35

View File

@ -33,10 +33,7 @@ cBlockInfo::cBlockInfo()
cBlockInfo::~cBlockInfo()
{
if (m_Handler != NULL)
{
delete m_Handler;
}
delete m_Handler;
}