#1164 Removed dummy objects

This commit is contained in:
Magne Sjaastad 2017-02-02 12:31:40 +01:00
parent a91bf5144f
commit da903575b6

View File

@ -38,8 +38,6 @@ RimFlowPlotCollection::RimFlowPlotCollection()
defaultPlot.uiCapability()->setUiHidden(true);
CAF_PDM_InitFieldNoDefault(&flowPlots, "FlowPlots", "Stored Plots", "", "", "");
flowPlots.push_back(new RimWellAllocationPlot);
flowPlots.push_back(new RimWellAllocationPlot);
}
//--------------------------------------------------------------------------------------------------