#3558 Grid items in Project Tree : Remove obsolete field showMainGrid

This commit is contained in:
Magne Sjaastad
2018-10-26 16:23:18 +02:00
parent 5906e68245
commit e3d985d220
4 changed files with 11 additions and 50 deletions

View File

@@ -89,7 +89,6 @@ public:
bool showInvalidCells() const;
bool showInactiveCells() const;
bool showMainGrid() const;
// Access internal objects
const RimPropertyFilterCollection* propertyFilterCollection() const override;
@@ -155,7 +154,7 @@ protected:
private:
void updateDisplayModelVisibility() override;
void indicesToVisibleGrids(std::vector<size_t>* gridIndices);
std::vector<size_t> indicesToVisibleGrids() const;
void updateScaleTransform() override;
cvf::Transform* scaleTransform() override;
@@ -179,7 +178,6 @@ private:
private:
caf::PdmField<bool> m_showInvalidCells;
caf::PdmField<bool> m_showInactiveCells;
caf::PdmField<bool> m_showMainGrid;
caf::PdmChildField<RimEclipseCellColors*> m_cellResult;
caf::PdmChildField<RimCellEdgeColors*> m_cellEdgeResult;