Skip to content

Commit 6eb39e0

Browse files
committed
[spalenque] - #14523 * remove duplicated function
1 parent a8fa3a0 commit 6eb39e0

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

summit/code/pages/GeneralSummitLandingPage.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ public function init()
2626

2727
}
2828

29-
public function CurrentSummit()
30-
{
31-
$summit = Summit::get_active();
32-
33-
return $summit->isInDB() ? $summit : false;
34-
}
35-
3629
public function getPageTitle()
3730
{
3831
return SummitPage::PageCustomTitle;

0 commit comments

Comments
 (0)