mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
This commit is contained in:
committed by
GitHub
parent
fd8fbe19f4
commit
3d2fca1866
@@ -19,7 +19,6 @@
|
||||
|
||||
#include "RiaApplication.h"
|
||||
#include "RiaDefines.h"
|
||||
#include "RiaGuiApplication.h"
|
||||
|
||||
#include "WellLogCommands/RicNewWellLogPlotFeatureImpl.h"
|
||||
|
||||
@@ -57,9 +56,6 @@ caf::PdmObjectHandle* RimcWellLogTrack_addExtractionCurve::execute()
|
||||
{
|
||||
RimWellLogTrack* wellLogTrack = self<RimWellLogTrack>();
|
||||
|
||||
// Make sure the plot window is created
|
||||
RiaGuiApplication::instance()->getOrCreateMainPlotWindow();
|
||||
|
||||
if ( m_case && m_wellPath && wellLogTrack )
|
||||
{
|
||||
RiaDefines::ResultCatType resultCategoryType = caf::AppEnum<RiaDefines::ResultCatType>::fromText( m_propertyType );
|
||||
|
||||
Reference in New Issue
Block a user