#6771 Regression Test: Remove unused includes

This commit is contained in:
Magne Sjaastad
2020-10-13 07:40:25 +02:00
parent 141e61bfc2
commit ef1b5a3d89
19 changed files with 0 additions and 25 deletions

View File

@@ -1139,9 +1139,6 @@ bool RiaApplication::launchProcess( const QString& program,
stopMonitoringWorkProgress();
// QMessageBox::warning(m_mainWindow, "Script execution", "Failed to start script executable
// located at\n" + program);
return false;
}
@@ -1149,9 +1146,6 @@ bool RiaApplication::launchProcess( const QString& program,
}
else
{
// QMessageBox::warning(nullptr,
// "Script execution",
// "An Octave process is still running. Please stop this process before executing a new script.");
return false;
}
}

View File

@@ -66,7 +66,6 @@
#include "cafUtils.h"
#include <QFileInfo>
#include <QMessageBox>
//--------------------------------------------------------------------------------------------------
///