mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01:00
Remove unused variables temp_unlock and temp_unlocknotify
Have no idea why they're here, so removing them.
This commit is contained in:
parent
1110d46c8b
commit
c5803863bf
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue