Removed unused fields.

This commit is contained in:
Scott Anderson 2017-05-03 22:50:18 +12:00
parent ef9768858e
commit 4285b0c218
2 changed files with 0 additions and 6 deletions

View File

@ -18,7 +18,6 @@
struct wlr_drm_backend {
int fd;
bool paused;
struct wl_event_source *drm_event;

View File

@ -12,11 +12,6 @@
struct wlr_drm_renderer {
int fd;
// Currently here so that rendering has access to the event queue.
// Ideally this is will be removed later once the way events are
// handled is changed.
struct wlr_drm_backend *backend;
struct gbm_device *gbm;
struct wlr_egl egl;
};