Skip to content

Commit

Permalink
Code Smell: remove function that only called parent method
Browse files Browse the repository at this point in the history
  • Loading branch information
SenorSmartyPants committed Apr 9, 2021
1 parent 36d103c commit 15178d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions listings.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@ private function printSpeedDial()
}
}

public function printNavbar()
{
parent::printNavbar();
}

public function printContentWrapperStart()
{
?>
Expand Down

0 comments on commit 15178d4

Please sign in to comment.