mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3512 System : Remove unused functions
This commit is contained in:
@@ -51,14 +51,6 @@ void RicExportWellPathsUi::setExportFolder(const QString& exportFolder)
|
||||
m_exportFolder = exportFolder;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RicExportWellPathsUi::setMdStepSize(double mdStepSize)
|
||||
{
|
||||
m_mdStepSize = mdStepSize;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -35,7 +35,6 @@ public:
|
||||
RicExportWellPathsUi();
|
||||
|
||||
void setExportFolder(const QString& exportFolder);
|
||||
void setMdStepSize(double mdStepSize);
|
||||
|
||||
QString exportFolder() const;
|
||||
double mdStepSize() const;
|
||||
|
||||
@@ -338,14 +338,6 @@ void RicFileHierarchyDialog::updateStatus(Status status, const QString& extraTex
|
||||
new QListWidgetItem(newStatus, m_fileList);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RicFileHierarchyDialog::currentStatus() const
|
||||
{
|
||||
return m_fileList->item(0) ? m_fileList->item(0)->text() : "";
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -66,7 +66,6 @@ private:
|
||||
void appendToFileList(const QString& fileName);
|
||||
void clearFileList();
|
||||
void updateStatus(Status status, const QString& extraText = "");
|
||||
QString currentStatus() const;
|
||||
|
||||
QStringList findMatchingFiles();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user