remove inadvertent change
This commit is contained in:
parent
1ad3ae044b
commit
c2ca920181
1 changed files with 0 additions and 9 deletions
|
@ -53,15 +53,6 @@ namespace mapnik
|
||||||
{
|
{
|
||||||
template class MAPNIK_DECL singleton<freetype_engine, CreateUsingNew>;
|
template class MAPNIK_DECL singleton<freetype_engine, CreateUsingNew>;
|
||||||
|
|
||||||
void freetype_engine::clear()
|
|
||||||
{
|
|
||||||
#ifdef MAPNIK_THREADSAFE
|
|
||||||
std::lock_guard<std::mutex> lock(mutex_);
|
|
||||||
#endif
|
|
||||||
global_font_file_mapping_.clear();
|
|
||||||
global_memory_fonts_.clear();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
bool freetype_engine::is_font_file(std::string const& file_name)
|
bool freetype_engine::is_font_file(std::string const& file_name)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue