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:
authorChristian Rauch <Rauch.Christian@gmx.de>2020-05-14 00:52:48 +0300
committerChristian Rauch <Rauch.Christian@gmx.de>2020-05-14 01:13:48 +0300
commitbd3c842c5693b9237f25204fca5514bcc85ee81a (patch)
tree40f23826ab45e0f185b3446dbfc8a6d323082ebf /intern
parentd62c98a02d01e3a30f2dab5d969309a4c7e1ebfe (diff)
GHOST/wayland: remove unused 'registry'
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_SystemWayland.cpp1
1 files changed, 0 insertions, 1 deletions
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;