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:
@@ -26,10 +26,6 @@ extern ConVar sv_pure_consensus;
|
||||
extern ConVar sv_pure_retiretime;
|
||||
extern ConVar sv_pure_trace;
|
||||
|
||||
CPureServerWhitelist::CCommand::CCommand()
|
||||
{
|
||||
}
|
||||
|
||||
CPureServerWhitelist::CCommand::~CCommand()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user