mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-09 11:34:54 -06:00
removed forgotten DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@8672 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e2a2715088
commit
26893ba2c2
1 changed files with 0 additions and 4 deletions
|
|
@ -155,15 +155,11 @@ void LoadDefs()
|
|||
String n = wspc[i];
|
||||
for(int i = 0; i < pk.file.GetCount(); i++) {
|
||||
String path = SourcePath(n, pk.file[i]);
|
||||
DDUMP(path);
|
||||
DDUMP(GetFileExt(path));
|
||||
if(GetFileExt(path) == ".defs")
|
||||
defs.Add(path);
|
||||
}
|
||||
}
|
||||
|
||||
DDUMP(defs);
|
||||
|
||||
String fp;
|
||||
for(int i = 0; i < defs.GetCount(); i++)
|
||||
fp << defs[i] << "\n" << GetFileTimeCached(defs[i]) << "\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue