From: Rob Bradford <r...@linux.intel.com>

The fbdev compositor uses the commons seat handling code with the drm
compositor.
---
 src/compositor-fbdev.c | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/src/compositor-fbdev.c b/src/compositor-fbdev.c
index 605dcd8..ce3dbe1 100644
--- a/src/compositor-fbdev.c
+++ b/src/compositor-fbdev.c
@@ -89,15 +89,6 @@ struct fbdev_output {
        uint8_t depth;
 };
 
-struct fbdev_seat {
-       struct weston_seat base;
-       struct wl_list devices_list;
-
-       struct udev_monitor *udev_monitor;
-       struct wl_event_source *udev_monitor_source;
-       char *seat_id;
-};
-
 struct fbdev_parameters {
        int tty;
        char *device;
@@ -111,12 +102,6 @@ to_fbdev_output(struct weston_output *base)
        return container_of(base, struct fbdev_output, base);
 }
 
-static inline struct fbdev_seat *
-to_fbdev_seat(struct weston_seat *base)
-{
-       return container_of(base, struct fbdev_seat, base);
-}
-
 static inline struct fbdev_compositor *
 to_fbdev_compositor(struct weston_compositor *base)
 {
-- 
1.8.1.4

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to