diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-07-13 20:11:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-07-13 20:11:23 +0200 |
commit | 309c2a2ce95aae54879b4957d113f03608530c15 (patch) | |
tree | efc2e41a6e339eb2299e37b2a1fd77dfd3e7f933 /src/logind.h | |
parent | f2994ddbf9af6be52dc962332bbaeb7e2b1f3bde (diff) |
loginctl: use new udev_device_has_tag() call from libudev where applicable
Diffstat (limited to 'src/logind.h')
-rw-r--r-- | src/logind.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/logind.h b/src/logind.h index db20bff194..cdb612805f 100644 --- a/src/logind.h +++ b/src/logind.h @@ -38,8 +38,6 @@ * direct client API * * 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 * enumerate recursively with libudev when triggering * use sysfs in device hash table, not sysname, when fb driver is fixed * |