[Bf-blender-cvs] [cc09661c4ef] master: Cleanup: remove unused cursor struct members in GHOST/Wayland

Campbell Barton noreply at git.blender.org
Fri Jun 24 02:00:57 CEST 2022


Commit: cc09661c4ef586ebb03bc6a833099819bd38485c
Author: Campbell Barton
Date:   Fri Jun 24 09:59:37 2022 +1000
Branches: master
https://developer.blender.org/rBcc09661c4ef586ebb03bc6a833099819bd38485c

Cleanup: remove unused cursor struct members in GHOST/Wayland

===================================================================

M	intern/ghost/intern/GHOST_SystemWayland.cpp

===================================================================

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;



More information about the Bf-blender-cvs mailing list