[Bf-blender-cvs] [bd3c842c569] master: GHOST/wayland: remove unused 'registry'

Christian Rauch noreply at git.blender.org
Thu May 14 00:26:39 CEST 2020


Commit: bd3c842c5693b9237f25204fca5514bcc85ee81a
Author: Christian Rauch
Date:   Wed May 13 22:52:48 2020 +0100
Branches: master
https://developer.blender.org/rBbd3c842c5693b9237f25204fca5514bcc85ee81a

GHOST/wayland: remove unused 'registry'

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

M	intern/ghost/intern/GHOST_SystemWayland.cpp

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

diff --git a/intern/ghost/intern/GHOST_SystemWayland.cpp b/intern/ghost/intern/GHOST_SystemWayland.cpp
index a450805c43c..3d8e623e51f 100644
--- a/intern/ghost/intern/GHOST_SystemWayland.cpp
+++ b/intern/ghost/intern/GHOST_SystemWayland.cpp
@@ -121,7 +121,6 @@ struct display_t {
   GHOST_SystemWayland *system;
 
   struct wl_display *display;
-  struct wl_registry *registry;
   struct wl_compositor *compositor = nullptr;
   struct xdg_wm_base *xdg_shell = nullptr;
   struct wl_shm *shm = nullptr;



More information about the Bf-blender-cvs mailing list