Fix unused code to use new tree-utils functions.

NPOB.
This commit is contained in:
silver%warwickcompsoc.co.uk 2006-11-25 19:58:04 +00:00
parent 60ab054c49
commit 1290dc4c9b
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ function cmdDumpTree(e)
{
if (!e.depth)
e.depth = 0;
dd(e.tree + ":\n" + tov_formatBranch (eval(e.tree), "", e.depth));
dd(e.tree + ":\n" + xtv_formatBranch(eval(e.tree), "", e.depth));
}
function cmdDumpScripts(e)

View File

@ -1101,7 +1101,7 @@ function scv_hookChromeFilter(e)
if ("parentRecord" in rec)
continue;
//dd ("cmdChromeFilter: append " +
// tov_formatRecord(rec, ""));
// xtv_formatRecord(rec, ""));
nodes.appendChild(rec);
}
}