mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
[System] Cleaned up unused variables and functions
This commit is contained in:
@@ -1024,7 +1024,7 @@ void RiuMainWindow::slotInputMockModel()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RiuMainWindow::checkForDocumentModifications()
|
||||
{
|
||||
RiaApplication* app = RiaApplication::instance();
|
||||
// RiaApplication* app = RiaApplication::instance();
|
||||
// RISceneManager* project = app->sceneManager();
|
||||
// if (project && project->isModified())
|
||||
// {
|
||||
|
||||
@@ -148,14 +148,11 @@ void RiuMultiCaseImportDialog::on_m_removeSearchFolderButton_clicked()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiuMultiCaseImportDialog::updateGridFileList()
|
||||
{
|
||||
|
||||
QStringList folderNames = m_searchFolders->stringList();
|
||||
QStringList gridFileNames;
|
||||
|
||||
|
||||
// Filter the search folders to remove subfolders of existing roots'
|
||||
|
||||
bool okToAdd = true;
|
||||
QStringList searchFoldersToRemove;
|
||||
|
||||
for (int i = 0; i < folderNames.size(); ++i)
|
||||
|
||||
@@ -192,8 +192,6 @@ void RiuSelectionChangedHandler::addCurveFromSelectionItem(const RiuSelectionIte
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiuSelectionChangedHandler::scheduleUpdateForAllVisibleViews() const
|
||||
{
|
||||
RiuMainWindow* mainWnd = RiuMainWindow::instance();
|
||||
|
||||
RimProject* proj = RiaApplication::instance()->project();
|
||||
if (proj)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user