aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggData.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/ElggData.php')
-rw-r--r--engine/classes/ElggData.php4
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.
*