#559 Linked views : Removed obsolete storage of RimView

This commit is contained in:
Magne Sjaastad
2016-12-09 21:15:24 +01:00
parent 0f630c1f22
commit f04c56df01
8 changed files with 4 additions and 24 deletions

View File

@@ -84,9 +84,6 @@ RimGeoMechView::RimGeoMechView(void)
m_propertyFilterCollection = new RimGeoMechPropertyFilterCollection();
m_propertyFilterCollection.uiCapability()->setUiHidden(true);
//this->cellResult()->setReservoirView(this);
this->cellResult()->legendConfig()->setReservoirView(this);
m_scaleTransform = new cvf::Transform();
m_vizLogic = new RivGeoMechVizLogic(this);
}