1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 06:28:30 +02:00

Remove unused stat_* variables

Looks like all variables other than stat_trinkets are unused.
This commit is contained in:
Misa 2020-04-08 22:22:49 -07:00 committed by Ethan Lee
parent 317eece28d
commit 1110d46c8b

View File

@ -222,12 +222,6 @@ public:
bool fullscreen;
int bestgamedeaths;
bool stat_screenshakes;
bool stat_backgrounds;
bool stat_flipmode;
bool stat_invincibility;
int stat_slowdown;
std::vector<int>besttimes;
std::vector<int>besttrinkets;