Skip to content
Commit 9d55d42b authored by Igor Kushnir's avatar Igor Kushnir
Browse files

Remove duplicate calls to PathFilter::clearFilter()

At the end of each reset() function there is an unconditional call to
PathFilter::setItems(), which unconditionally calls clearFilter().
clearFilter() always overwrites both variables it modifies. Neither of
these two variables is otherwise used in the reset() implementations.

Make clearFilter() private because it is now called only by PathFilter
itself.
parent b58315ce
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment