summaryrefslogtreecommitdiff
path: root/src/login/logind-session-device.h
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-10-01 18:08:54 +0200
committerDavid Herrmann <dh.herrmann@gmail.com>2013-10-01 18:08:54 +0200
commit3a83f5223acbeb1235310798c4d3660121c8880f (patch)
tree7a9e1f922f48f1d5f5573f08cd3a41d53ed514fb /src/login/logind-session-device.h
parent11c2f7a81381127c253cc6fd05da6dad0d842336 (diff)
logind: remove fbdev session-device support
fbdev does not support access-handover so it is quite useless to route it through logind. If compositors want to use it they ought to open it themselves. It's highly recommended to be ignored entirely, though. fbdev is about to be deprecated in the kernel.
Diffstat (limited to 'src/login/logind-session-device.h')
-rw-r--r--src/login/logind-session-device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/login/logind-session-device.h b/src/login/logind-session-device.h
index eac7ca7a63..61a843d09d 100644
--- a/src/login/logind-session-device.h
+++ b/src/login/logind-session-device.h
@@ -33,7 +33,6 @@ typedef struct SessionDevice SessionDevice;
enum DeviceType {
DEVICE_TYPE_UNKNOWN,
- DEVICE_TYPE_FBDEV,
DEVICE_TYPE_DRM,
DEVICE_TYPE_EVDEV,
};