mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Removed comment
This commit is contained in:
@@ -205,7 +205,6 @@ void RimCellRangeFilterCollection::initAfterRead()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimCellRangeFilterCollection::remove(RimCellRangeFilter* rangeFilter)
|
||||
{
|
||||
// MODTODO Verify that we only have one instance of a filter in a collection
|
||||
for (size_t i = 0; i < rangeFilters.size(); i++)
|
||||
{
|
||||
if (rangeFilters[i] == rangeFilter)
|
||||
|
||||
Reference in New Issue
Block a user