mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed comment
This commit is contained in:
parent
28aee8ef0d
commit
322866b929
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user