ItEr15S12RFComportamentoGraficoPlanificadorItEr14S13: Removing unused method.
This commit is contained in:
parent
9bba8fdcc7
commit
0f93151dd2
1 changed files with 0 additions and 10 deletions
|
|
@ -187,16 +187,6 @@ public class TaskList extends XulElement implements AfterCompose {
|
|||
return result;
|
||||
}
|
||||
|
||||
private List<TaskContainer> getTaskContainers() {
|
||||
ArrayList<TaskContainer> result = new ArrayList<TaskContainer>();
|
||||
for (Task task : getTasks()) {
|
||||
if (task instanceof TaskContainer) {
|
||||
result.add((TaskContainer) task);
|
||||
}
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
private int getTasksNumber() {
|
||||
return getTasks().size();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue