Removed unused code

p4#: 21354
This commit is contained in:
Jacob Støren
2013-04-22 10:11:37 +02:00
parent 79e7d3604c
commit d034717460
2 changed files with 0 additions and 16 deletions

View File

@@ -97,21 +97,6 @@ void RimCellRangeFilterCollection::compoundCellRangeFilter(cvf::CellRangeFilter*
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
bool RimCellRangeFilterCollection::hasIncludeFilter() const
{
std::list< caf::PdmPointer<RimCellRangeFilter> >::const_iterator it;
for (it = rangeFilters.v().begin(); it != rangeFilters.v().end(); it++)
{
RimCellRangeFilter* rangeFilter = *it;
if (rangeFilter->active && rangeFilter->filterMode() == RimCellFilter::INCLUDE)
return true;
}
return false;
}
//--------------------------------------------------------------------------------------------------
///

View File

@@ -40,7 +40,6 @@ public:
RimCellRangeFilter* createAndAppendRangeFilter();
void remove(RimCellRangeFilter* rangeFilter);
bool hasIncludeFilter() const;
void compoundCellRangeFilter(cvf::CellRangeFilter* cellRangeFilter) const;
bool hasActiveFilters() const;