#3512 System : Remove unused functions

This commit is contained in:
Magne Sjaastad
2018-10-17 13:26:45 +02:00
parent 075c3eb627
commit 5a1acc124f
43 changed files with 167 additions and 382 deletions

View File

@@ -51,14 +51,6 @@ void RicExportWellPathsUi::setExportFolder(const QString& exportFolder)
m_exportFolder = exportFolder;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RicExportWellPathsUi::setMdStepSize(double mdStepSize)
{
m_mdStepSize = mdStepSize;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@@ -35,7 +35,6 @@ public:
RicExportWellPathsUi();
void setExportFolder(const QString& exportFolder);
void setMdStepSize(double mdStepSize);
QString exportFolder() const;
double mdStepSize() const;

View File

@@ -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() : "";
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@@ -66,7 +66,6 @@ private:
void appendToFileList(const QString& fileName);
void clearFileList();
void updateStatus(Status status, const QString& extraText = "");
QString currentStatus() const;
QStringList findMatchingFiles();