remove leftovers
This commit is contained in:
parent
03bc023644
commit
33f56ba531
7 changed files with 7 additions and 21 deletions
|
|
@ -24,8 +24,6 @@
|
|||
extern FurnaceGUI g;
|
||||
#endif
|
||||
|
||||
#define _LE(string) (string)
|
||||
|
||||
class DivEngine;
|
||||
|
||||
//P VOX ADPCM sample bank
|
||||
|
|
@ -125,7 +123,7 @@ void DivEngine::loadP(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");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue