summaryrefslogtreecommitdiff
path: root/src/locale
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2018-05-18 16:52:01 +0200
committerLennart Poettering <lennart@poettering.net>2018-05-18 20:37:29 +0200
commit3b082a59d8a4213418fe7acfdbc4ae08b56ff38d (patch)
tree66ea0d6038d4ad56ab5438cb21ddb4c50872aa7c /src/locale
parentc385b10a136cab01270aa8bac6d90b3986325b69 (diff)
downloadsystemd-3b082a59d8a4213418fe7acfdbc4ae08b56ff38d.tar.gz
localectl: drop duplicate property entry
Diffstat (limited to 'src/locale')
-rw-r--r--src/locale/localectl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/locale/localectl.c b/src/locale/localectl.c
index f7068a44b6..473b28de4d 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) },