Codechange: explicitly initialise Sign member variables

This commit is contained in:
Rubidium
2025-02-18 19:37:17 +01:00
committed by rubidium42
parent 11a8b71504
commit 704f5e2500
3 changed files with 10 additions and 22 deletions

View File

@@ -24,14 +24,6 @@
SignPool _sign_pool("Sign");
INSTANTIATE_POOL_METHODS(Sign)
/**
* Creates a new sign
*/
Sign::Sign(Owner owner)
{
this->owner = owner;
}
/** Destroy the sign */
Sign::~Sign()
{