2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-28 04:59:07 +00:00

chore: unused code

This commit is contained in:
Vjacheslav Trushkin 2024-05-30 12:22:05 +03:00
parent 127b276b19
commit d73c0c9bde

View File

@ -60,8 +60,6 @@ function loadIconSetFromFile(source: LocatedIconSet): IconifyJSON | undefined {
export function loadIconSet(
source: IconifyIconSetSource
): IconifyJSON | undefined {
let filename: LocatedIconSet;
if (typeof source === 'function') {
// Callback
return source();