Skip to content

Commit

Permalink
MDL-65106 theme_classic: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Mar 5, 2020
1 parent 499f900 commit 534488a
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions theme/classic/classes/output/icon_system_fontawesome.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,9 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class icon_system_fontawesome extends \core\output\icon_system_fontawesome {

/**
* @var array $map Cached map of moodle icon names to font awesome icon names.
*/
private $map = [];


/**
* Change the core icon map
* Change the core icon map.
*
* @return Array replaced icons.
*/
public function get_core_icon_map() {
Expand All @@ -53,4 +47,4 @@ public function get_core_icon_map() {

return $iconmap;
}
}
}

0 comments on commit 534488a

Please sign in to comment.