mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Remove unused stat_* variables
Looks like all variables other than stat_trinkets are unused.
This commit is contained in:
parent
317eece28d
commit
1110d46c8b
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue