Cleanup: remove unused cursor struct members in GHOST/Wayland

This commit is contained in:
Campbell Barton 2022-06-24 09:59:37 +10:00
parent b3a713fffa
commit cc09661c4e
1 changed files with 1 additions and 4 deletions

View File

@ -260,10 +260,7 @@ struct display_t {
struct wl_shm *shm = nullptr;
std::vector<output_t *> outputs;
std::vector<input_t *> inputs;
struct {
std::string theme;
int size = 0;
} cursor;
struct wl_data_device_manager *data_device_manager = nullptr;
struct zwp_tablet_manager_v2 *tablet_manager = nullptr;
struct zwp_relative_pointer_manager_v1 *relative_pointer_manager = nullptr;