Remove useless variable

When did I add that and why..?

Great design github. Lost a week of time to find out about this.
This commit is contained in:
team-orangeBlue 2024-09-17 22:47:42 +03:00 committed by GitHub
parent 600a0be3c5
commit 90502b4eee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,4 @@ private:
REGION_AUSTRALIA = 6,
} mRegion = REGION_JAPAN;
std::map<Region, std::string> mRegionEntries;
std::string mErrorText;
};