Removed many useless variables

This commit is contained in:
andreja6
2018-06-02 14:54:15 -07:00
parent be124fff75
commit 39f68e1acc
3 changed files with 15 additions and 48 deletions

View File

@@ -5,7 +5,7 @@ int const Globals::gen = 0;
int const Globals::major = 0;
int const Globals::minor = 4;
int const Globals::patch = 2;
bool Globals::showMouse = true;
Globals::Globals(void){}
Globals::~Globals(void){}