remove unused static method getName() in SoundList, close #293 (#294)

This commit is contained in:
Stefano Borzì
2021-10-24 20:30:14 +02:00
committed by GitHub
parent 6819c1b1f2
commit 7c293c405f

View File

@@ -60,13 +60,6 @@ class SoundList extends BaseType
}
}
public static function getName($id)
{
$this->getEntry($id);
return $this->getField('name');
}
public function getListviewData()
{
$data = [];