refactoring: remove dead code in font module

This commit is contained in:
chrox
2015-06-02 13:19:50 +08:00
parent 1fcc425eac
commit 3ad0ea5777

View File

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