Remove _global_image_glyph_cache_mutex which is not used anymore.

This commit is contained in:
Mathias Hasselmann 2007-03-20 13:05:48 +01:00
parent be52178443
commit 9c52a9e7d8

View file

@ -45,8 +45,4 @@ CAIRO_MUTEX_DECLARE (_cairo_ft_unscaled_font_map_mutex);
CAIRO_MUTEX_DECLARE (_xlib_screen_mutex);
#endif
#if CAIRO_HAS_OS2_SURFACE
CAIRO_MUTEX_DECLARE (_global_image_glyph_cache_mutex);
#endif
#endif