[pango] Remove declarations for non-existing functions
- From: Khaled Hosny <khaledh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Remove declarations for non-existing functions
- Date: Fri, 1 Dec 2017 18:50:58 +0000 (UTC)
commit 4a90fcce32238c3122003355b44b692a629427e2
Author: Khaled Hosny <khaledhosny eglug org>
Date: Fri Dec 1 20:49:36 2017 +0200
Remove declarations for non-existing functions
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 7a81d40..c9b25d1 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))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]