aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/extension/controller.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/extension/controller.php')
-rw-r--r--phpBB/includes/extension/controller.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/includes/extension/controller.php b/phpBB/includes/extension/controller.php
index 6e47948156..8861ec2696 100644
--- a/phpBB/includes/extension/controller.php
+++ b/phpBB/includes/extension/controller.php
@@ -74,11 +74,4 @@ abstract class phpbb_extension_controller implements phpbb_extension_controller_
$this->phpEx = $phpEx;
$this->phpbb_root_path = $phpbb_root_path;
}
-
- /**
- * Handle the request to display a page from an extension
- *
- * @return null
- */
- abstract public function handle();
}