another unused function

This commit is contained in:
Shish 2012-03-10 02:21:42 +00:00
parent 77b99adca7
commit 1bfa656e35

View File

@ -29,10 +29,6 @@ class SetupBuildingEvent extends Event {
public function SetupBuildingEvent(SetupPanel $panel) {
$this->panel = $panel;
}
public function get_panel() {
return $this->panel;
}
}
// }}}
/* SetupPanel {{{