mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Remove dead code
This commit is contained in:
parent
cfd003d9c5
commit
2596dac47a
|
@ -33,9 +33,6 @@ class CCharacter : public CEntity
|
|||
public:
|
||||
~CCharacter();
|
||||
|
||||
//character's size
|
||||
static const int ms_PhysSize = 28;
|
||||
|
||||
void PreTick() override;
|
||||
void Tick() override;
|
||||
void TickDeferred() override;
|
||||
|
|
|
@ -18,7 +18,6 @@ public:
|
|||
private:
|
||||
int m_Type;
|
||||
int m_Subtype;
|
||||
//int m_SpawnTick;
|
||||
|
||||
// DDRace
|
||||
|
||||
|
|
Loading…
Reference in a new issue