diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-07-13 20:06:27 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-07-13 20:06:27 +0200 |
commit | f2994ddbf9af6be52dc962332bbaeb7e2b1f3bde (patch) | |
tree | 0bcc200c2cbb1a4a2ebd593706039449743f8275 /src/logind.h | |
parent | 4d44e4f0b5d54327c112ad26a4b26397789d7192 (diff) |
logind: remove some unused labels
Diffstat (limited to 'src/logind.h')
-rw-r--r-- | src/logind.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/logind.h b/src/logind.h index 7f584558ae..db20bff194 100644 --- a/src/logind.h +++ b/src/logind.h @@ -36,15 +36,12 @@ * * spawn user systemd * direct client API - * add display symlinks also per-session * * udev: * drop redundant udev_device_get_is_initialized() use as soon as libudev is fixed * use device_has_tag() as soon as it is available - * trigger based on libudev if available * enumerate recursively with libudev when triggering * use sysfs in device hash table, not sysname, when fb driver is fixed - * fix ACL enumeration as soon as libudev can properly handle two match tags when enumerating * * non-local X11 server * reboot/shutdown halt management |