InlinPie: Remove deprecated method `disableNoScript()`

This commit is contained in:
Sukhwinder Dhillon 2022-05-02 15:24:21 +02:00 committed by Johannes Meyer
parent a9af8f2e1a
commit 58ac2a97c2
1 changed files with 0 additions and 9 deletions

View File

@ -134,15 +134,6 @@ class InlinePie extends AbstractWidget
return $this;
}
/**
* Do not display the NoScript fallback html
*
* @deprecated noop
*/
public function disableNoScript()
{
}
/**
* Set the class to define the
*