refactor: removed unused declarations
This commit is contained in:
@@ -21,7 +21,6 @@ m_WorldRenderer(&m_WorldClient, this) {
|
||||
GetDispatcher()->RegisterHandler(protocol::PacketType::UpdateMoney, this);
|
||||
GetDispatcher()->RegisterHandler(protocol::PacketType::Disconnect, this);
|
||||
GetDispatcher()->RegisterHandler(protocol::PacketType::WorldData, this);
|
||||
GetDispatcher()->RegisterHandler(protocol::PacketType::WorldAddTower, this);
|
||||
}
|
||||
|
||||
ClientGame::~ClientGame() {
|
||||
|
||||
Reference in New Issue
Block a user