summaryrefslogtreecommitdiff
path: root/src/logind.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-07-13 20:11:23 +0200
committerLennart Poettering <lennart@poettering.net>2011-07-13 20:11:23 +0200
commit309c2a2ce95aae54879b4957d113f03608530c15 (patch)
treeefc2e41a6e339eb2299e37b2a1fd77dfd3e7f933 /src/logind.h
parentf2994ddbf9af6be52dc962332bbaeb7e2b1f3bde (diff)
loginctl: use new udev_device_has_tag() call from libudev where applicable
Diffstat (limited to 'src/logind.h')
-rw-r--r--src/logind.h2
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
*