mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-29 05:29:19 +00: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