Minor - remove obscure code that have no documented usage.

This commit is contained in:
Heng Sin Low 2013-08-28 15:55:02 +08:00
parent 891f62849d
commit a174382caf
1 changed files with 0 additions and 5 deletions

View File

@ -929,11 +929,6 @@ public class ReportStarter implements ProcessCall, ClientProcess
reportFile = new File(REPORT_HOME, reportPath);
}
// Set org.compiere.report.path because it is used in reports which refer to subreports
if (reportFile != null)
{
System.setProperty("org.compiere.report.path", reportFile.getParentFile().getAbsolutePath());
}
return reportFile;
}