summaryrefslogtreecommitdiffstats
path: root/bl/itembl.php
diff options
context:
space:
mode:
Diffstat (limited to 'bl/itembl.php')
-rw-r--r--bl/itembl.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/bl/itembl.php b/bl/itembl.php
index c45ee3a91..4a3f302c7 100644
--- a/bl/itembl.php
+++ b/bl/itembl.php
@@ -117,10 +117,4 @@ class ItemBl extends Bl {
}
- // ATTENTION: this does no validation and is only for creating
- // items from the fetcher
- public function create($item){
- $this->mapper->insert($item);
- }
-
}