This code doesn't seem to actually be used by anything at all.

This commit is contained in:
jgen 2014-04-25 22:33:57 -04:00
parent 5f2be45f68
commit 8f60467848

View File

@ -220,12 +220,15 @@ abstract class DataHandlerExtension extends Extension {
} }
} }
/*
public function onSetupBuilding(SetupBuildingEvent $event) { public function onSetupBuilding(SetupBuildingEvent $event) {
$sb = $this->setup(); $sb = $this->setup();
if($sb) $event->panel->add_block($sb); if($sb) $event->panel->add_block($sb);
} }
protected function setup() {} protected function setup() {}
*/
abstract protected function supported_ext($ext); abstract protected function supported_ext($ext);
abstract protected function check_contents($tmpname); abstract protected function check_contents($tmpname);
abstract protected function create_image_from_data($filename, $metadata); abstract protected function create_image_from_data($filename, $metadata);