diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-08 18:11:09 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-08 18:12:45 +0100 |
commit | 9588bc32096fc8342bfd8b989689717186d7d86e (patch) | |
tree | 774cf93f0544add18f8307714062cc18f97838da /src/login/logind-device.h | |
parent | f842cd74eacc2960ac849766eb786059317415ee (diff) |
Remove dead code and unexport some calls
"make check-api-unused" informs us about code that is not used anymore
or that is exported but only used internally. Fix these all over the
place.
Diffstat (limited to 'src/login/logind-device.h')
-rw-r--r-- | src/login/logind-device.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/login/logind-device.h b/src/login/logind-device.h index fa6eda7e55..c273d2bfa0 100644 --- a/src/login/logind-device.h +++ b/src/login/logind-device.h @@ -45,4 +45,3 @@ struct Device { Device* device_new(Manager *m, const char *sysfs, bool master); void device_free(Device *d); void device_attach(Device *d, Seat *s); -void device_detach(Device *d); |