Index: DamClients/DamUI/trunk/src/Dam/Forms/LocationPropertyControl.cs =================================================================== diff -u -r6669 -r6940 --- DamClients/DamUI/trunk/src/Dam/Forms/LocationPropertyControl.cs (.../LocationPropertyControl.cs) (revision 6669) +++ DamClients/DamUI/trunk/src/Dam/Forms/LocationPropertyControl.cs (.../LocationPropertyControl.cs) (revision 6940) @@ -36,7 +36,6 @@ Name = "Location"; - BindSupport.BindTextAndValue(this, DikeLabel, DikeEdit, typeof(Location), "DikeRingId"); BindSupport.BindTextAndValue(this, NameLabel, NameValue, typeof(Location), "Name"); BindSupport.BindTextValueAndUnit(this, XLabel, XEdit, typeof(Location), "XRd"); BindSupport.BindTextValueAndUnit(this, YLabel, YEdit, typeof(Location), "YRd");