Issue #2081169 by rivimey, areke, smiro: Remove unused local variables from the link module.

8.0.x
webchick 2013-12-22 12:22:09 -08:00
parent 6342a1355b
commit bd3791cbde
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@ class LinkItem extends ConfigFieldItemBase {
* {@inheritdoc}
*/
public function preSave() {
$item = $this->getValue();
// Trim any spaces around the URL and link text.
$this->url = trim($this->url);
$this->title = trim($this->title);