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

Remove unused variables temp_unlock and temp_unlocknotify

Have no idea why they're here, so removing them.
This commit is contained in:
Misa 2020-04-08 22:24:33 -07:00 committed by Ethan Lee
parent 1110d46c8b
commit c5803863bf

View File

@ -216,8 +216,6 @@ public:
std::vector<int> unlock;
std::vector<int> unlocknotify;
std::vector<int> temp_unlock;
std::vector<int> temp_unlocknotify;
int stat_trinkets;
bool fullscreen;
int bestgamedeaths;