Skip to content

Commit

Permalink
Not all settings are features anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 4, 2023
1 parent b77f414 commit 243fe45
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/View/Helper/GeshiHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,6 @@ class GeshiHelper extends Helper
*/
protected $_geshi = null;

/**
* Set the default features if any specified in $helpers
*
* @param \Cake\View\View $view Cake view
* @param array $settings config data
* @return void
*/
public function __construct(View $view, array $settings = [])
{
$this->features = $settings;
parent::__construct($view, $settings);
}

/**
* Magic getter for backwards compatibility with public variables.
*
Expand Down

0 comments on commit 243fe45

Please sign in to comment.