ItEr37S08CUCreacionUnidadesPlanificacionItEr36S11: Removing unused map
This commit is contained in:
parent
a9a728cb0a
commit
f004757dbd
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue