Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-06-24 02:59:37 +0300
committerCampbell Barton <campbell@blender.org>2022-06-24 02:59:37 +0300
commitcc09661c4ef586ebb03bc6a833099819bd38485c (patch)
tree4d252e0346064bccbf436645908380a0c41c8fab /intern
parentb3a713fffa3928e1692cf5b1354728d0feaf4c77 (diff)
Cleanup: remove unused cursor struct members in GHOST/Wayland
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_SystemWayland.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/intern/ghost/intern/GHOST_SystemWayland.cpp b/intern/ghost/intern/GHOST_SystemWayland.cpp
index daedae3112b..78d2773c0c1 100644
--- a/intern/ghost/intern/GHOST_SystemWayland.cpp
+++ b/intern/ghost/intern/GHOST_SystemWayland.cpp
@@ -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;