Bug 1573100 - Remove unused WebConsole:setFilterState. r=Honza.

Differential Revision: https://phabricator.services.mozilla.com/D42298

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nicolas Chevobbe 2019-08-19 14:47:21 +00:00
Родитель 7f846ebc2b
Коммит f07d2560ed
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -149,14 +149,6 @@ class WebConsole {
this.jsterm._setValue(newValue);
}
/**
* Alias for the WebConsoleUI.setFilterState() method.
* @see webconsole.js::WebConsoleUI.setFilterState()
*/
setFilterState() {
this.ui && this.ui.setFilterState.apply(this.ui, arguments);
}
/**
* Open a link in a new tab.
*