Removed comment

This commit is contained in:
Magne Sjaastad 2015-08-07 12:41:18 +02:00
parent 28aee8ef0d
commit 322866b929

View File

@ -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)