From b2bda6fec9163a1198db7a175bea6f31328dde0a Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Mon, 23 Apr 2018 21:05:42 +0200 Subject: [PATCH] trivial: Fix redundant attributes Found by dscanner --- src/asgen/font.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asgen/font.d b/src/asgen/font.d index efb0562b..3107c634 100644 --- a/src/asgen/font.d +++ b/src/asgen/font.d @@ -38,7 +38,7 @@ import asgen.config : Config; // determined on the command-line via: // fc-query --format='FN: %{fullname}\nFS: %{family[0]} %{style[0]}\n' -private static __gshared string[string] iconTexts; +private static string[string] iconTexts; // initialize module static data shared static this ()