FilterEditor: do not export removal function
This commit is contained in:
parent
8858069514
commit
4a38c069f3
|
@ -139,7 +139,7 @@ class FilterEditor extends AbstractWidget
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function removeIndex($idx)
|
protected function removeIndex($idx)
|
||||||
{
|
{
|
||||||
$this->selectedIdx = $idx;
|
$this->selectedIdx = $idx;
|
||||||
return $this;
|
return $this;
|
||||||
|
|
Loading…
Reference in New Issue