mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove unused stat_* variables
Looks like all variables other than stat_trinkets are unused.
This commit is contained in:
@@ -222,12 +222,6 @@ public:
|
|||||||
bool fullscreen;
|
bool fullscreen;
|
||||||
int bestgamedeaths;
|
int bestgamedeaths;
|
||||||
|
|
||||||
bool stat_screenshakes;
|
|
||||||
bool stat_backgrounds;
|
|
||||||
bool stat_flipmode;
|
|
||||||
bool stat_invincibility;
|
|
||||||
int stat_slowdown;
|
|
||||||
|
|
||||||
|
|
||||||
std::vector<int>besttimes;
|
std::vector<int>besttimes;
|
||||||
std::vector<int>besttrinkets;
|
std::vector<int>besttrinkets;
|
||||||
|
|||||||
Reference in New Issue
Block a user