From: ewinslow Date: Fri, 4 Feb 2011 18:23:27 +0000 (+0000) Subject: I'm a dummy -- getType and getSubtype are taken care of by Loggable... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=21874b0235acfe83d9f260d9bc71489dbce9172f;p=lorea%2Felgg.git I'm a dummy -- getType and getSubtype are taken care of by Loggable... git-svn-id: http://code.elgg.org/elgg/trunk@8015 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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. *