Remove unused variable, clang-format
This commit is contained in:
parent
c38e66d008
commit
b53e470c60
|
@ -61,7 +61,6 @@ void TreeSearch::_filter_tree() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void TreeSearch::_filter_tree(TreeItem *p_item, bool p_parent_matching) {
|
void TreeSearch::_filter_tree(TreeItem *p_item, bool p_parent_matching) {
|
||||||
bool child_visibility = true;
|
|
||||||
bool visible = number_matches.has(p_item) | p_parent_matching;
|
bool visible = number_matches.has(p_item) | p_parent_matching;
|
||||||
|
|
||||||
if (!visible) {
|
if (!visible) {
|
||||||
|
|
Loading…
Reference in New Issue