From 1bfa656e35ee2188ec53ceda069bb564704e1625 Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 10 Mar 2012 02:21:42 +0000 Subject: [PATCH] another unused function --- ext/setup/main.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ext/setup/main.php b/ext/setup/main.php index 3bf636c8..e82583f5 100644 --- a/ext/setup/main.php +++ b/ext/setup/main.php @@ -29,10 +29,6 @@ class SetupBuildingEvent extends Event { public function SetupBuildingEvent(SetupPanel $panel) { $this->panel = $panel; } - - public function get_panel() { - return $this->panel; - } } // }}} /* SetupPanel {{{