mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2025-02-17 02:22:07 +01:00
backend/drm: remove unused fields
This commit is contained in:
parent
c9d6b18eef
commit
7a149fe5ba
1 changed files with 0 additions and 3 deletions
|
@ -65,8 +65,6 @@ struct wlr_drm_crtc {
|
||||||
|
|
||||||
union wlr_drm_crtc_props props;
|
union wlr_drm_crtc_props props;
|
||||||
|
|
||||||
struct wl_list connectors;
|
|
||||||
|
|
||||||
uint16_t *gamma_table;
|
uint16_t *gamma_table;
|
||||||
size_t gamma_table_size;
|
size_t gamma_table_size;
|
||||||
};
|
};
|
||||||
|
@ -125,7 +123,6 @@ struct wlr_drm_connector {
|
||||||
|
|
||||||
union wlr_drm_connector_props props;
|
union wlr_drm_connector_props props;
|
||||||
|
|
||||||
uint32_t width, height;
|
|
||||||
int32_t cursor_x, cursor_y;
|
int32_t cursor_x, cursor_y;
|
||||||
|
|
||||||
drmModeCrtc *old_crtc;
|
drmModeCrtc *old_crtc;
|
||||||
|
|
Loading…
Add table
Reference in a new issue