Move temp/temp2 off of UtilityClass, remove globaltemp

There's no reason for the temp variables to be on the class itself.
This commit is contained in:
Misa
2020-07-02 19:35:21 -07:00
committed by Ethan Lee
parent 6b23244366
commit 118008d824
2 changed files with 2 additions and 8 deletions

View File

@@ -51,9 +51,6 @@ public:
int glow;
int slowsine;
int glowdir;
int globaltemp;
int temp;
int temp2;
std::vector<int> splitseconds;
};