diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2017-12-01 20:49:36 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2017-12-01 20:49:36 +0200 |
commit | 4a90fcce32238c3122003355b44b692a629427e2 (patch) | |
tree | 1deace3e05c16a0ef92d485e4df0301147c0745d /pango/pangoft2-private.h | |
parent | d1dc7bcbd6b980cf072cba712b00117b337da3e8 (diff) | |
download | pango-4a90fcce32238c3122003355b44b692a629427e2.tar.gz |
Remove declarations for non-existing functions
Diffstat (limited to 'pango/pangoft2-private.h')
-rw-r--r-- | pango/pangoft2-private.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/pango/pangoft2-private.h b/pango/pangoft2-private.h index 7a81d40e..c9b25d14 100644 --- a/pango/pangoft2-private.h +++ b/pango/pangoft2-private.h @@ -94,19 +94,6 @@ void _pango_ft2_font_set_cache_glyph_data (PangoFont *font, void _pango_ft2_font_set_glyph_cache_destroy (PangoFont *font, GDestroyNotify destroy_notify); -void _pango_ft2_draw_rect (FT_Bitmap *bitmap, - const PangoMatrix *matrix, - int x, - int y, - int width, - int height); -void _pango_ft2_draw_error_underline (FT_Bitmap *bitmap, - const PangoMatrix *matrix, - int x, - int y, - int width, - int height); - #define PANGO_TYPE_FT2_RENDERER (pango_ft2_renderer_get_type()) #define PANGO_FT2_RENDERER(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FT2_RENDERER, PangoFT2Renderer)) #define PANGO_IS_FT2_RENDERER(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), PANGO_TYPE_FT2_RENDERER)) |