remove leftovers

This commit is contained in:
freq-mod 2024-08-14 20:27:58 +02:00
parent 03bc023644
commit 33f56ba531
7 changed files with 7 additions and 21 deletions

View file

@ -24,8 +24,6 @@
extern FurnaceGUI g;
#endif
#define _LE(string) (string)
class DivEngine;
//P86 8-bit PCM sample bank
@ -143,7 +141,7 @@ void DivEngine::loadP86(SafeReader& reader, std::vector<DivSample*>& ret, String
}
catch (EndOfFileException& e)
{
lastError=_LE("premature end of file");
lastError=_("premature end of file");
logE("premature end of file");
}
}