Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Remove redundant code.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Mar 5, 2018
1 parent a818dad commit 0f036a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions classes/output/core_renderer.php
Expand Up @@ -50,7 +50,6 @@ class core_renderer extends \core_renderer {
use core_renderer_toolbox;
public $language = null;
protected $themeconfig;
protected $left;

protected $essential = null; // Used for determining if this is a Essential or child of renderer.

Expand All @@ -63,7 +62,6 @@ class core_renderer extends \core_renderer {
public function __construct(moodle_page $page, $target) {
parent::__construct($page, $target);
$this->themeconfig = array(\theme_config::load('essential'));
$this->left = !\right_to_left();
}

/**
Expand Down

0 comments on commit 0f036a0

Please sign in to comment.