localectl: drop duplicate property entry

This commit is contained in:
David Tardon 2018-05-18 16:52:01 +02:00 committed by Lennart Poettering
parent c385b10a13
commit 3b082a59d8

View file

@ -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) },