diff --git a/includes/types/sound.class.php b/includes/types/sound.class.php index 07deb4a0..bfd17cbc 100644 --- a/includes/types/sound.class.php +++ b/includes/types/sound.class.php @@ -60,13 +60,6 @@ class SoundList extends BaseType } } - public static function getName($id) - { - $this->getEntry($id); - - return $this->getField('name'); - } - public function getListviewData() { $data = [];