diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2018-04-05 21:31:23 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-04-05 22:48:04 +0200 |
commit | 6fcae8644b9231edba93d795963a39e3a9612a7e (patch) | |
tree | 29b8572d87d281a6b0e6f9f89f09a356ad355372 /pango/pangowin32.c | |
parent | b136f150b4e230db7901af0d88d3c91a3a4c9e7c (diff) | |
download | pango-6fcae8644b9231edba93d795963a39e3a9612a7e.tar.gz |
win32: remove redundant function declarations
The meson build uses -Werror=redundant-decls and fails.
https://bugzilla.gnome.org/show_bug.cgi?id=795012
Diffstat (limited to 'pango/pangowin32.c')
-rw-r--r-- | pango/pangowin32.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pango/pangowin32.c b/pango/pangowin32.c index b2b4d90a..630898e0 100644 --- a/pango/pangowin32.c +++ b/pango/pangowin32.c @@ -54,11 +54,6 @@ gboolean _pango_win32_debug = FALSE; static void pango_win32_font_dispose (GObject *object); static void pango_win32_font_finalize (GObject *object); -static gboolean pango_win32_font_real_select_font (PangoFont *font, - HDC hdc); -static void pango_win32_font_real_done_font (PangoFont *font); -static double pango_win32_font_real_get_metrics_factor (PangoFont *font); - static PangoFontDescription *pango_win32_font_describe (PangoFont *font); static PangoFontDescription *pango_win32_font_describe_absolute (PangoFont *font); static PangoCoverage *pango_win32_font_get_coverage (PangoFont *font, |