From 47f50c81955373bfdf38cf45281a2123bfc3067f Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Fri, 21 Dec 2018 10:07:26 +0100 Subject: [PATCH] Remove unused functions/variables --- .../Summary/RimSummaryPlotSourceStepping.cpp | 19 ------------------- .../Summary/RimSummaryPlotSourceStepping.h | 3 --- 2 files changed, 22 deletions(-) diff --git a/ApplicationCode/ProjectDataModel/Summary/RimSummaryPlotSourceStepping.cpp b/ApplicationCode/ProjectDataModel/Summary/RimSummaryPlotSourceStepping.cpp index f3fd72eea5..c7bc43af4b 100644 --- a/ApplicationCode/ProjectDataModel/Summary/RimSummaryPlotSourceStepping.cpp +++ b/ApplicationCode/ProjectDataModel/Summary/RimSummaryPlotSourceStepping.cpp @@ -102,22 +102,6 @@ void RimSummaryPlotSourceStepping::applyPrevCase() modifyCurrentIndex(&m_summaryCase, -1); } -//-------------------------------------------------------------------------------------------------- -/// -//-------------------------------------------------------------------------------------------------- -void RimSummaryPlotSourceStepping::applyNextEnsemble() -{ - modifyCurrentIndex(&m_ensemble, 1); -} - -//-------------------------------------------------------------------------------------------------- -/// -//-------------------------------------------------------------------------------------------------- -void RimSummaryPlotSourceStepping::applyPrevEnsemble() -{ - modifyCurrentIndex(&m_ensemble, -1); -} - //-------------------------------------------------------------------------------------------------- /// //-------------------------------------------------------------------------------------------------- @@ -389,9 +373,6 @@ void RimSummaryPlotSourceStepping::fieldChangedByUi(const caf::PdmFieldHandle* c bool triggerLoadDataAndUpdate = false; - std::string oldValueString = oldValue.toString().toStdString(); - std::string newValueString = newValue.toString().toStdString(); - if (changedField == &m_summaryCase) { if (m_summaryCase()) diff --git a/ApplicationCode/ProjectDataModel/Summary/RimSummaryPlotSourceStepping.h b/ApplicationCode/ProjectDataModel/Summary/RimSummaryPlotSourceStepping.h index 3ae616aff9..3fb33e26ca 100644 --- a/ApplicationCode/ProjectDataModel/Summary/RimSummaryPlotSourceStepping.h +++ b/ApplicationCode/ProjectDataModel/Summary/RimSummaryPlotSourceStepping.h @@ -58,9 +58,6 @@ public: void applyNextCase(); void applyPrevCase(); - void applyNextEnsemble(); - void applyPrevEnsemble(); - void applyNextQuantity(); void applyPrevQuantity();