Index: DamClients/DamUI/trunk/src/Dam/Forms/LocationPropertyControl.cs =================================================================== diff -u -r2496 -r2529 --- DamClients/DamUI/trunk/src/Dam/Forms/LocationPropertyControl.cs (.../LocationPropertyControl.cs) (revision 2496) +++ DamClients/DamUI/trunk/src/Dam/Forms/LocationPropertyControl.cs (.../LocationPropertyControl.cs) (revision 2529) @@ -44,8 +44,6 @@ BindSupport.BindTextValueAndUnit(this, this.PolderLevelLabel, this.PolderLevelEdit, typeof (Location), "PolderLevel"); BindSupport.BindTextValueAndUnit(this, this.HeadPL2Label, this.HeadPL2Edit, typeof (Location), "HeadPL2"); - BindSupport.BindTextValueAndUnit(this, this.HeadPL3Label, this.HeadPL3Edit, typeof (Location), "HeadPl3"); - BindSupport.BindTextValueAndUnit(this, this.HeadPL4Label, this.HeadPL4Edit, typeof (Location), "HeadPl4"); BindSupport.BindTextValueAndUnit(this, this.TrafficLoadLabel, this.TrafficLoadEdit, typeof (Location), "TrafficLoad"); BindSupport.BindTextValueAndUnit(this, this.TL_DegreeOfConsolidationLabel, this.TL_DegreeOfConsolidationEdit, typeof(Location), "TL_DegreeOfConsolidation");