Removed unused function setPosition. Access legendConfig as pointer instead of field

This commit is contained in:
Magne Sjaastad
2015-08-06 07:53:23 +02:00
parent ac45fb111b
commit cb6564e381
4 changed files with 9 additions and 26 deletions

View File

@@ -78,7 +78,6 @@ RimGeoMechView::RimGeoMechView(void)
propertyFilterCollection->setReservoirView(this);
this->cellResult()->setReservoirView(this);
this->cellResult()->legendConfig()->setPosition(cvf::Vec2ui(10, 120));
this->cellResult()->legendConfig()->setReservoirView(this);
m_scaleTransform = new cvf::Transform();