1
0
forked from 0ad/0ad

Removed unused Elvish

This was SVN commit r1462.
This commit is contained in:
Ykkrosh 2004-12-07 00:17:14 +00:00
parent 7e7743a90d
commit e1506b6d3a

View File

@ -170,19 +170,6 @@ void Testing (void)
g_Console->InsertMessage(L"Testing Function Registration");
}
void TestingUnicode (void)
{
// This looks really broken in my IDE's font
g_Console->InsertMessage(L" Ai! laurië lantar lassi súrinen,");
g_Console->InsertMessage(L" yéni únótimë ve rámar aldaron!");
g_Console->InsertMessage(L" Yéni ve lintë yuldar avánier");
g_Console->InsertMessage(L" mi oromardi lissë-miruvóreva");
g_Console->InsertMessage(L" Andúnë pella, Vardo tellumar");
g_Console->InsertMessage(L" nu luini yassen tintilar i eleni");
g_Console->InsertMessage(L" ómaryo airetári-lírinen.");
}
static std::string SplitExts(const char *exts)
{
std::string str = exts;
@ -1102,11 +1089,6 @@ PREVTSC=CURTSC;
g_Console->RegisterFunc(Testing, L"Testing");
{
wchar_t t[] = { 'T',0xE9,'s','t','i','n','g' , 0 };
g_Console->RegisterFunc(TestingUnicode, t);
}
#ifdef _MSC_VER
{
u64 CURTSC=rdtsc();