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 {{{