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 f7068a4..473b28d 100644 --- a/src/locale/localectl.c +++ b/src/locale/localectl.c @@ -128,7 +128,6 @@ 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) }, { "X11Model", "s", NULL, offsetof(StatusInfo, x11_model) }, -- 2.7.4