diff options
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/export.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/engine/lib/export.php b/engine/lib/export.php index a578b041e..279d3e8a6 100644 --- a/engine/lib/export.php +++ b/engine/lib/export.php @@ -139,26 +139,6 @@ } /** - * ODD Header class. - * @package Elgg - * @subpackage Core - * @author Marcus Povey - */ - class ODDHeader extends ODD - { - - function __construct($extension = "SN1.0") - { - parent::__construct(); - - $this->setAttribute('version', $this->getVersion()); - $this->setAttribute('extension', $extension); - } - - protected function getTagName() { return "header"; } - } - - /** * ODD Entity class. * @package Elgg * @subpackage Core |