#2100 PLT plot. Remove branch index field

This commit is contained in:
Bjørn Erik Jensen
2017-11-09 13:36:14 +01:00
parent f131f1274a
commit d277a08d29
6 changed files with 38 additions and 45 deletions

View File

@@ -79,8 +79,7 @@ public:
void setCurrentWellName(const QString& currWellName);
QString currentWellName() const;
int branchIndex() const;
static const char* plotNameFormatString();
//void applyInitialSelections();
@@ -146,7 +145,6 @@ private:
caf::PdmField<QString> m_userName;
caf::PdmField<QString> m_wellPathName;
caf::PdmField<int> m_branchIndex;
caf::PdmField<std::vector<RifWellRftAddress>> m_selectedSources;
caf::PdmChildArrayField<RimRftAddress*> m_selectedSourcesForIo;