From 3b082a59d8a4213418fe7acfdbc4ae08b56ff38d Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 18 May 2018 16:52:01 +0200 Subject: [PATCH] localectl: drop duplicate property entry --- src/locale/localectl.c | 1 - 1 file changed, 1 deletion(-) 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) }, -- 2.39.2