Index: Riskeer/Common/src/Riskeer.Common.Forms/Views/GeneralResultIllustrationPointView.cs =================================================================== diff -u -r8fd08bb471aaab486b80133cfec34c6db490f9ce -r3ec593cfb19419112065efb11ea7af54c3b154b6 --- Riskeer/Common/src/Riskeer.Common.Forms/Views/GeneralResultIllustrationPointView.cs (.../GeneralResultIllustrationPointView.cs) (revision 8fd08bb471aaab486b80133cfec34c6db490f9ce) +++ Riskeer/Common/src/Riskeer.Common.Forms/Views/GeneralResultIllustrationPointView.cs (.../GeneralResultIllustrationPointView.cs) (revision 3ec593cfb19419112065efb11ea7af54c3b154b6) @@ -116,8 +116,6 @@ protected abstract IEnumerable GetIllustrationPointControlItems(); - protected abstract IEnumerable GetStochasts(TIllustrationPoint illustrationPoint); - protected abstract void UpdateSpecificIllustrationPointsControl(); protected abstract object GetSelectedTopLevelIllustrationPoint(IllustrationPointControlItem selection); Index: Riskeer/Common/test/Riskeer.Common.Forms.Test/Views/GeneralResultIllustrationPointViewTest.cs =================================================================== diff -u -r8fd08bb471aaab486b80133cfec34c6db490f9ce -r3ec593cfb19419112065efb11ea7af54c3b154b6 --- Riskeer/Common/test/Riskeer.Common.Forms.Test/Views/GeneralResultIllustrationPointViewTest.cs (.../GeneralResultIllustrationPointViewTest.cs) (revision 8fd08bb471aaab486b80133cfec34c6db490f9ce) +++ Riskeer/Common/test/Riskeer.Common.Forms.Test/Views/GeneralResultIllustrationPointViewTest.cs (.../GeneralResultIllustrationPointViewTest.cs) (revision 3ec593cfb19419112065efb11ea7af54c3b154b6) @@ -426,15 +426,10 @@ p, p.WindDirection.Name, p.ClosingSituation, - GetStochasts(illustrationPoint), + stochasts, illustrationPoint.Beta)).ToArray(); } - protected override IEnumerable GetStochasts(TestIllustrationPoint illustrationPoint) - { - return stochasts; - } - protected override void UpdateSpecificIllustrationPointsControl() {} protected override object GetSelectedTopLevelIllustrationPoint(IllustrationPointControlItem selection)