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

@ -1,12 +0,0 @@
#include "framework.h"
#include "LanguageScript.h"
using std::string;
LanguageScript::LanguageScript(char* name)
{
Name = string(name);
}
LanguageScript::~LanguageScript()
{
}

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();
};

View file

@ -1154,9 +1154,6 @@
<ClCompile Include="Renderer\Renderer11.cpp">
<Filter>File di origine</Filter>
</ClCompile>
<ClCompile Include="Scripting\LanguageScript.cpp">
<Filter>File di origine</Filter>
</ClCompile>
<ClCompile Include="Specific\configuration.cpp">
<Filter>File di origine</Filter>
</ClCompile>