Remove unused function entityclass::fixfriction()

This function was marked as unused by cppcheck.
This commit is contained in:
Misa
2021-01-02 00:21:24 -08:00
committed by Ethan Lee
parent a656f4c4d8
commit ad34e95128
2 changed files with 0 additions and 23 deletions

View File

@@ -157,8 +157,6 @@ public:
bool testwallsy(int t, float tx, float ty);
void fixfriction(int t, float xfix, float xrate, float yrate);
void applyfriction(int t, float xrate, float yrate);
void updateentitylogic(int t);