(#355) Removed old project tree view

RimUiTreeView and RimUiTreeModelPdm are no longer part of the solution.
TODO: Get rid of the source code files when all testing is done
successfully.
This commit is contained in:
Pål Hagen
2015-08-24 14:56:09 +02:00
parent 2a41e427f2
commit 42656c45ad
9 changed files with 1 additions and 160 deletions

View File

@@ -178,9 +178,6 @@ void RimScriptCollection::fieldChangedByUi(const caf::PdmFieldHandle *changedFie
QFileInfo fi(directory);
this->setUiName(fi.baseName());
this->readContentFromDisc();
RimUiTreeModelPdm* treeModel = RiuMainWindow::instance()->uiPdmModel_OBSOLETE();
if (treeModel) treeModel->updateUiSubTree(this);
}
}