ItEr37S08CUCreacionUnidadesPlanificacionItEr36S11: Removing unused map

This commit is contained in:
Óscar González Fernández 2009-12-01 17:13:59 +01:00
parent a9a728cb0a
commit f004757dbd

View file

@ -74,8 +74,6 @@ class FormBinder {
private Button applyButton;
private Map<AllocationRow, Decimalbox> resourcesPerDayInputsByAllocationRow = new HashMap<AllocationRow, Decimalbox>();
private Map<AllocationRow, Intbox> hoursIntboxesByAllocationRow = new HashMap<AllocationRow, Intbox>();
private EventListener onChangeEnableApply = new EventListener() {
@ -253,7 +251,6 @@ class FormBinder {
public void setResourcesPerDayBoxFor(AllocationRow row,
Decimalbox decimalbox) {
resourcesPerDayInputsByAllocationRow.put(row, decimalbox);
onChangeEnableApply(decimalbox);
}