Forgot to remove commented-out dead code
This commit is contained in:
parent
b859338a57
commit
b5a15a692b
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ loadFonts = foldM addFont Map.empty . Map.toList
|
|||
addFont :: FontSet -> (Name, DirectObject) -> T FontSet
|
||||
addFont output (name, Reference (IndirectObjCoordinates {objectId})) =
|
||||
flip (Map.insert name) output <$> cache loadFont objectId
|
||||
--maybe output (flip (Map.insert name) output) <$> cache loadFont objectId
|
||||
addFont output _ = return output
|
||||
|
||||
getObject :: ObjectId -> T Object
|
||||
|
|
Loading…
Reference in a new issue