#1693 Removed "close" from eclipse reader interface as it never did anything

This commit is contained in:
Jacob Støren
2017-09-11 11:00:09 +02:00
parent 414823827a
commit 1999d2b6e4
9 changed files with 0 additions and 39 deletions

View File

@@ -93,15 +93,6 @@ bool RifReaderMockModel::open(const QString& fileName, RigEclipseCaseData* eclip
return true;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RifReaderMockModel::close()
{
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------