From 8f6046784847f5e69c224df3d046815388089b2c Mon Sep 17 00:00:00 2001 From: jgen Date: Fri, 25 Apr 2014 22:33:57 -0400 Subject: [PATCH] This code doesn't seem to actually be used by anything at all. --- core/extension.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/extension.class.php b/core/extension.class.php index 5730e4ac..1a0d50c5 100644 --- a/core/extension.class.php +++ b/core/extension.class.php @@ -220,12 +220,15 @@ abstract class DataHandlerExtension extends Extension { } } + /* public function onSetupBuilding(SetupBuildingEvent $event) { $sb = $this->setup(); if($sb) $event->panel->add_block($sb); } protected function setup() {} + */ + abstract protected function supported_ext($ext); abstract protected function check_contents($tmpname); abstract protected function create_image_from_data($filename, $metadata);