mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove unused variables temp_unlock and temp_unlocknotify
Have no idea why they're here, so removing them.
This commit is contained in:
@@ -216,8 +216,6 @@ public:
|
|||||||
|
|
||||||
std::vector<int> unlock;
|
std::vector<int> unlock;
|
||||||
std::vector<int> unlocknotify;
|
std::vector<int> unlocknotify;
|
||||||
std::vector<int> temp_unlock;
|
|
||||||
std::vector<int> temp_unlocknotify;
|
|
||||||
int stat_trinkets;
|
int stat_trinkets;
|
||||||
bool fullscreen;
|
bool fullscreen;
|
||||||
int bestgamedeaths;
|
int bestgamedeaths;
|
||||||
|
|||||||
Reference in New Issue
Block a user