aboutsummaryrefslogtreecommitdiff
path: root/lib/album.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/album.php')
-rw-r--r--lib/album.php23
1 files changed, 0 insertions, 23 deletions
diff --git a/lib/album.php b/lib/album.php
deleted file mode 100644
index 7e03ed6eb..000000000
--- a/lib/album.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
- /**
- * Tidypics Album class
- *
- */
-
-
- class TidypicsAlbum extends ElggObject
- {
- protected function initialise_attributes()
- {
- parent::initialise_attributes();
-
- $this->attributes['subtype'] = "album";
- }
-
- public function __construct($guid = null)
- {
- parent::__construct($guid);
- }
- }
-
-?> \ No newline at end of file