Removed unused function

This commit is contained in:
Magne Sjaastad
2017-03-15 12:06:42 +01:00
parent 720310a843
commit 6842ec877f
2 changed files with 0 additions and 17 deletions

View File

@@ -72,7 +72,6 @@ public:
int timeStep();
QString wellName() const;
const std::vector<QString> contributingTracerNames() const;
void removeFromMdiAreaAndDeleteViewWidget();
@@ -125,6 +124,4 @@ private:
caf::PdmChildField<RimWellLogPlot*> m_accumulatedWellFlowPlot;
caf::PdmChildField<RimTotalWellAllocationPlot*> m_totalWellAllocationPlot;
caf::PdmChildField<RimWellAllocationPlotLegend*> m_wellAllocationPlotLegend;
std::vector<QString> m_contributingTracerNames;
};