refactoring: remove dead code in font module

pull/1542/head
chrox 9 years ago
parent 1fcc425eac
commit 3ad0ea5777

@ -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

Loading…
Cancel
Save