mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Removed stray DDUMP
git-svn-id: svn://ultimatepp.org/upp/trunk@1103 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
741475a9d0
commit
f1ca0f32d0
1 changed files with 0 additions and 1 deletions
|
|
@ -94,7 +94,6 @@ void Ide::InsertMenu(Bar& bar)
|
|||
String fn = p[i];
|
||||
String ext = ToLower(GetFileExt(fn));
|
||||
String pp = pn + '/' + fn;
|
||||
DDUMP(fn);
|
||||
if(ext == ".lay") {
|
||||
bar.Add(fn + " include", THISBACK1(InsertLay, pp));
|
||||
n++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue