Skip to content

Commit

Permalink
VID-732: Remove icon map
Browse files Browse the repository at this point in the history
  • Loading branch information
dthies authored and Daniel Thies committed Nov 4, 2023
1 parent 47d41b0 commit a5de9db
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -698,15 +698,6 @@ function videotime_get_coursemodule_info($coursemodule) {
return $result;
}

/**
* Get icon mapping for font-awesome.
*/
function mod_videotime_get_fontawesome_icon_map() {
return [
'mod_videotime:i/lock' => 'fa-lock',
];
}

/**
* Get shortened version of description for display.
*
Expand Down

0 comments on commit a5de9db

Please sign in to comment.