mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-09 03:24:59 -06:00
.removed DDUMP
git-svn-id: svn://ultimatepp.org/upp/trunk@8953 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
9ff668bdd2
commit
5c3d4e2dda
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ String FindIncludeFile(const char *s, const String& filedir, const Vector<String
|
|||
}
|
||||
for(int i = 0; i < incdir.GetCount(); i++) {
|
||||
String fn = CatAnyPath(incdir[i], name);
|
||||
DDUMP(fn);
|
||||
if(FileExists(fn))
|
||||
return fn;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue