From 7c293c405f13f8ab8c623040d8c5562007e3780b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefano=20Borz=C3=AC?= Date: Sun, 24 Oct 2021 20:30:14 +0200 Subject: [PATCH] remove unused static method getName() in SoundList, close #293 (#294) --- includes/types/sound.class.php | 7 ------- 1 file changed, 7 deletions(-) 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 = [];