freetype_engine - re-use base class mutex
.
This commit is contained in:
parent
d1327dea88
commit
c09f6a8434
1 changed files with 0 additions and 7 deletions
|
@ -36,10 +36,6 @@
|
||||||
#include <utility> // pair
|
#include <utility> // pair
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#ifdef MAPNIK_THREADSAFE
|
|
||||||
#include <mutex>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace boost { template <class T> class optional; }
|
namespace boost { template <class T> class optional; }
|
||||||
|
|
||||||
namespace mapnik
|
namespace mapnik
|
||||||
|
@ -105,9 +101,6 @@ private:
|
||||||
font_library & libary,
|
font_library & libary,
|
||||||
font_file_mapping_type & font_file_mapping,
|
font_file_mapping_type & font_file_mapping,
|
||||||
bool recurse = false);
|
bool recurse = false);
|
||||||
#ifdef MAPNIK_THREADSAFE
|
|
||||||
std::mutex mutex_;
|
|
||||||
#endif
|
|
||||||
font_file_mapping_type global_font_file_mapping_;
|
font_file_mapping_type global_font_file_mapping_;
|
||||||
font_memory_cache_type global_memory_fonts_;
|
font_memory_cache_type global_memory_fonts_;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue