diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-06 10:26:45 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-06 10:26:45 -0400 |
commit | a2db0d636dc92d071ab4de374f2690c501c597e6 (patch) | |
tree | 8ede737db21edc3a073cc2240e9c7b91e90295a1 /pango/pangocairo-font.c | |
parent | 2df0c204d31f1f734491302b5640735030f325e5 (diff) | |
download | pango-a2db0d636dc92d071ab4de374f2690c501c597e6.tar.gz |
Remove an unused label
Diffstat (limited to 'pango/pangocairo-font.c')
-rw-r--r-- | pango/pangocairo-font.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pango/pangocairo-font.c b/pango/pangocairo-font.c index 7915be6f..df77f43b 100644 --- a/pango/pangocairo-font.c +++ b/pango/pangocairo-font.c @@ -364,7 +364,6 @@ _pango_cairo_font_get_metrics (PangoFont *font, g_object_unref (fontmap); } -out: return pango_font_metrics_ref (info->metrics); } |