Ranorex Version 3.1.0.13946 suggests I remove items that are actually used in the code.
The items are accessed via a with clause in the code and it doesn't recognise this.
The cleanup suggests I remove all 4 items. When I move the first item out of my with clause it suggest I remove 2,3 and 4.
repo.level1.level2.level3.item1.Click
With repo.level1.level2.level3
.Item2.Click
.Item3.Click
.Item4.DoubleClick
End With