Remove unnecessary method.

FEA: ItEr76S04BugFixing
This commit is contained in:
Jacobo Aragunde Pérez 2012-02-14 17:50:22 +01:00
parent 2664999c4d
commit 56c8fdaea0

View file

@ -550,10 +550,6 @@ public class TaskComponent extends Div implements AfterCompose {
this.progressType = progressType;
}
private DependencyList getDependencyList() {
return getGanntPanel().getDependencyList();
}
private GanttPanel getGanntPanel() {
return getTaskList().getGanttPanel();
}