mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
refactoring: remove dead code in font module
This commit is contained in:
@@ -105,12 +105,4 @@ function Font:getFontList()
|
||||
return fontlist
|
||||
end
|
||||
|
||||
function Font:update()
|
||||
for _k, _v in ipairs(self.faces) do
|
||||
_v:done()
|
||||
end
|
||||
self.faces = {}
|
||||
clearGlyphCache()
|
||||
end
|
||||
|
||||
return Font
|
||||
|
||||
Reference in New Issue
Block a user