mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-06 20:13:51 +03:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -29,12 +29,6 @@ CClientSendProp::~CClientSendProp()
|
||||
delete [] m_pTableName;
|
||||
}
|
||||
|
||||
|
||||
CClientSendTable::CClientSendTable()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
CClientSendTable::~CClientSendTable()
|
||||
{
|
||||
delete [] m_SendTable.m_pNetTableName;
|
||||
|
||||
Reference in New Issue
Block a user