mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Removed unused fields
This commit is contained in:
parent
0c48ef5ad8
commit
c8a8ff66f2
2 changed files with 0 additions and 9 deletions
|
|
@ -86,7 +86,6 @@ struct wlr_drm_backend {
|
|||
const struct wlr_drm_interface *iface;
|
||||
|
||||
int fd;
|
||||
dev_t dev;
|
||||
|
||||
size_t num_crtcs;
|
||||
struct wlr_drm_crtc *crtcs;
|
||||
|
|
@ -117,7 +116,6 @@ struct wlr_drm_backend {
|
|||
struct wl_listener session_signal;
|
||||
struct wl_listener drm_invalidated;
|
||||
|
||||
uint32_t taken_crtcs;
|
||||
list_t *outputs;
|
||||
|
||||
struct wlr_drm_renderer renderer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue