[pango/matthiasc/for-master: 2/3] Fix a compiler warning
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/matthiasc/for-master: 2/3] Fix a compiler warning
- Date: Fri, 9 Jul 2021 17:48:07 +0000 (UTC)
commit ab798bf0d2221a3cfb8a64b7b5d3be39e6d35fc9
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jul 9 13:47:38 2021 -0400
Fix a compiler warning
pango/pangowin32-fontmap.c | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/pango/pangowin32-fontmap.c b/pango/pangowin32-fontmap.c
index 379bf813..b6341f52 100644
--- a/pango/pangowin32-fontmap.c
+++ b/pango/pangowin32-fontmap.c
@@ -619,7 +619,6 @@ lookup_aliases (GHashTable *aliases_ht,
{
struct PangoAlias alias_key;
struct PangoAlias *alias;
- static gsize aliases_inited = 0;
alias_key.alias = g_ascii_strdown (fontname, -1);
alias = g_hash_table_lookup (aliases_ht, &alias_key);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]