From: ishmal Date: Tue, 15 Aug 2006 07:45:59 +0000 (+0000) Subject: Temporarily leave off doing the reference file until we can optimize it. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=58a1cf0d009c70ea1f9c3ae303469088dc3e49ab;p=inkscape.git Temporarily leave off doing the reference file until we can optimize it. --- diff --git a/src/deptool.cpp b/src/deptool.cpp index a5e4f9058..7abeb8925 100644 --- a/src/deptool.cpp +++ b/src/deptool.cpp @@ -967,6 +967,7 @@ bool DepTool::generateDependencies() processDependency(ofile, include, 0); } + /* else if (include->type == FileRec::HFILE) { String fname = iter->first; @@ -979,6 +980,7 @@ bool DepTool::generateDependencies() processReference(hfile, fname, 0); } + */ } @@ -997,7 +999,7 @@ bool DepTool::run() if (!generateDependencies()) return false; saveDepFile(false); - saveRefFile(true); + //saveRefFile(true); return true; }