Remove an explicit GETTEXT_DOMAIN "wesnoth"

C++ source files are considered to be in textdomain "wesnoth" by default.

The 1.16 CMake scripts that sort files into textdomains miss this file,
because it treats files with no `GETTEXT_DOMAIN` as being in "wesnoth",
but not ones that explicitly declare themselves in "wesnoth".

Doing a pot-update with SCons includes this file anyway, so the official
"pot-update and regenerate doc files" commits already include it, even
without this fix.
This commit is contained in:
Steve Cotton 2023-05-30 16:52:19 +02:00 committed by Steve Cotton
parent 364a5ad390
commit f0ceaf2ae0

View file

@ -15,8 +15,6 @@
#include "install_dependencies.hpp"
#define GETTEXT_DOMAIN "wesnoth"
#include "gettext.hpp"
#include "gui/auxiliary/find_widget.hpp"
#include "gui/widgets/addon_list.hpp"