forked from organicmaps/organicmaps
[graphics] cleaned up unused function
This commit is contained in:
parent
5170c477f4
commit
be60446786
2 changed files with 0 additions and 6 deletions
|
@ -70,11 +70,6 @@ namespace graphics
|
|||
{
|
||||
}
|
||||
|
||||
//void GlyphCache::addFont(const char *fileName)
|
||||
//{
|
||||
// m_impl->addFont(fileName);
|
||||
//}
|
||||
|
||||
void GlyphCache::addFonts(vector<string> const & fontNames)
|
||||
{
|
||||
m_impl->addFonts(fontNames);
|
||||
|
|
|
@ -87,7 +87,6 @@ namespace graphics
|
|||
GlyphCache(Params const & params);
|
||||
|
||||
void reset();
|
||||
//void addFont(char const * fileName);
|
||||
void addFonts(vector<string> const & fontNames);
|
||||
|
||||
pair<Font*, int> getCharIDX(GlyphKey const & key);
|
||||
|
|
Loading…
Add table
Reference in a new issue