aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/Item.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/namespace/Item.php')
-rw-r--r--core/namespace/Item.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/namespace/Item.php b/core/namespace/Item.php
index 96f2355..0cd504b 100644
--- a/core/namespace/Item.php
+++ b/core/namespace/Item.php
@@ -4,8 +4,6 @@ abstract class Item implements ItemInterface {
protected $Attribute = NULL;
protected $Reflection = NULL;
- abstract public function getGUID();
-
#===============================================================================
# Abstract item constructor
#===============================================================================