InlinPie: Remove deprecated method `disableNoScript()`
This commit is contained in:
parent
a9af8f2e1a
commit
58ac2a97c2
|
@ -134,15 +134,6 @@ class InlinePie extends AbstractWidget
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Do not display the NoScript fallback html
|
|
||||||
*
|
|
||||||
* @deprecated noop
|
|
||||||
*/
|
|
||||||
public function disableNoScript()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the class to define the
|
* Set the class to define the
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue