From 1110d46c8b7ae48226ef149b62dba22d2aee013e Mon Sep 17 00:00:00 2001 From: Misa Date: Wed, 8 Apr 2020 22:22:49 -0700 Subject: [PATCH] Remove unused stat_* variables Looks like all variables other than stat_trinkets are unused. --- desktop_version/src/Game.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/desktop_version/src/Game.h b/desktop_version/src/Game.h index 0e68289b..d62a47e0 100644 --- a/desktop_version/src/Game.h +++ b/desktop_version/src/Game.h @@ -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::vectorbesttimes; std::vectorbesttrinkets;