summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-04-05 21:31:23 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-04-05 22:48:04 +0200
commit6fcae8644b9231edba93d795963a39e3a9612a7e (patch)
tree29b8572d87d281a6b0e6f9f89f09a356ad355372
parentb136f150b4e230db7901af0d88d3c91a3a4c9e7c (diff)
downloadpango-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
-rw-r--r--pango/pangowin32-shape.c2
-rw-r--r--pango/pangowin32.c5
2 files changed, 0 insertions, 7 deletions
diff --git a/pango/pangowin32-shape.c b/pango/pangowin32-shape.c
index fbd00124..001fc430 100644
--- a/pango/pangowin32-shape.c
+++ b/pango/pangowin32-shape.c
@@ -31,8 +31,6 @@
#include "pangowin32-private.h"
-extern HFONT _pango_win32_font_get_hfont (PangoFont *font);
-
#include "pango-utils.h"
#include "pango-impl-utils.h"
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,