From: David Tardon Date: Fri, 18 May 2018 14:52:01 +0000 (+0200) Subject: localectl: drop duplicate property entry X-Git-Tag: v239~238 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b082a59d8a4213418fe7acfdbc4ae08b56ff38d;p=thirdparty%2Fsystemd.git localectl: drop duplicate property entry --- diff --git a/src/locale/localectl.c b/src/locale/localectl.c index f7068a44b6b..473b28de4db 100644 --- a/src/locale/localectl.c +++ b/src/locale/localectl.c @@ -127,7 +127,6 @@ static void print_status_info(StatusInfo *i) { static int show_status(int argc, char **argv, void *userdata) { _cleanup_(status_info_clear) StatusInfo info = {}; static const struct bus_properties_map map[] = { - { "VConsoleKeymap", "s", NULL, offsetof(StatusInfo, vconsole_keymap) }, { "VConsoleKeymap", "s", NULL, offsetof(StatusInfo, vconsole_keymap) }, { "VConsoleKeymapToggle", "s", NULL, offsetof(StatusInfo, vconsole_keymap_toggle) }, { "X11Layout", "s", NULL, offsetof(StatusInfo, x11_layout) },