Remove obsolete class.

This commit is contained in:
hispidence 2021-08-20 03:01:32 +01:00
parent 1d052a73e1
commit a20cad7ed6
3 changed files with 0 additions and 25 deletions

View file

@ -122,13 +122,3 @@
#define STRING_CLOCKWORK_BEETLE "clockwork_beetle"
#define STRING_CLOCKWORK_BEETLE_COMBO1 "clockwork_beetle_combo1"
#define STRING_CLOCKWORK_BEETLE_COMBO2 "clockwork_beetle_combo2"
class LanguageScript
{
public:
std::string Name;
std::unordered_map<size_t, std::string> Strings;
LanguageScript(char* name);
~LanguageScript();
};