From: Bruno Haible Date: Mon, 28 Aug 2017 23:25:07 +0000 (+0200) Subject: AppData: Simplify code. X-Git-Tag: v0.20~452 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05743f21294976fe5d1611ac8fae8d23cbcbd3c6;p=thirdparty%2Fgettext.git AppData: Simplify code. * gettext-tools/src/x-appdata.h (EXTENSIONS_APPDATA): Define to empty, as the supported extensions are now defined in the *.loc files. --- diff --git a/gettext-tools/src/x-appdata.h b/gettext-tools/src/x-appdata.h index 42a51b9dc..a2e3ad446 100644 --- a/gettext-tools/src/x-appdata.h +++ b/gettext-tools/src/x-appdata.h @@ -1,5 +1,5 @@ /* xgettext AppData file backend. - Copyright (C) 2002-2003, 2006, 2013, 2015-2016 Free Software Foundation, + Copyright (C) 2002-2003, 2006, 2013, 2015-2017 Free Software Foundation, Inc. Written by Philip Withnall , 2015. @@ -30,11 +30,10 @@ extern "C" { /* The scanner is implemented as ITS rules, in its/appdata.its. */ -#define EXTENSIONS_APPDATA \ - { "appdata.xml", NULL }, \ +#define EXTENSIONS_APPDATA #define SCANNERS_APPDATA \ - { "appdata", NULL, NULL, NULL, NULL, NULL }, \ + { "appdata", NULL, NULL, NULL, NULL, NULL }, #ifdef __cplusplus