diff options
-rw-r--r-- | engine/classes/ElggData.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engine/classes/ElggData.php b/engine/classes/ElggData.php index 1ea8a19e7..5e1130349 100644 --- a/engine/classes/ElggData.php +++ b/engine/classes/ElggData.php @@ -129,10 +129,6 @@ abstract class ElggData implements */ abstract public function save(); - abstract public function getType(); - - abstract public function getSubtype(); - /** * Delete this data. * |