git-svn-id: svn://ultimatepp.org/upp/trunk@13021 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-04-22 08:22:50 +00:00
parent b7010855be
commit f33e260014

View file

@ -175,8 +175,6 @@ void Iml::AddData(const byte *s, int len, int count, int mode)
void Iml::AddId(int mode1, const char *name)
{
DDUMP(name);
DDUMP(mode1);
ex_name[mode1].Add(name);
}