1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-04-11 21:22:01 +02:00

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
include/backend/drm

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;
};