diff options
author | 2020-05-13 00:44:19 +0300 | |
---|---|---|
committer | 2020-05-18 13:01:48 +0300 | |
commit | 9bd3961d1b80271b436b2fe487bbc3de25286a7d (patch) | |
tree | 20f42957a43759d292dea0f17c7c91ce3dda55a0 | |
parent | fa0a2232901d9ed3b692cca973b3f2532166937e (diff) |
layout: Remove unused ivi_compositor reference
Removes a unused warning about ivi_compositor.
Bug-AGL: SPEC-3334
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I40dbbdfe6036f7aa7d9c38638c1fc79e13681765
-rw-r--r-- | src/layout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/layout.c b/src/layout.c index 629290f..60197b0 100644 --- a/src/layout.c +++ b/src/layout.c @@ -327,7 +327,6 @@ ivi_layout_popup_re_add(struct ivi_surface *surface) { assert(surface->role == IVI_SURFACE_ROLE_POPUP); struct weston_view *view = surface->view; - struct ivi_compositor *ivi = surface->ivi; if (weston_view_is_mapped(view)) { struct weston_desktop_surface *dsurface = surface->dsurface; |