mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-03 01:58:03 +02:00
compositor: Remove two unused variables
This commit is contained in:
parent
48588f8696
commit
aa2700dcc8
1 changed files with 0 additions and 1 deletions
|
|
@ -2689,7 +2689,6 @@ subcompositor_get_subsurface(struct wl_client *client,
|
|||
struct weston_surface *parent =
|
||||
wl_resource_get_user_data(parent_resource);
|
||||
struct weston_subsurface *sub;
|
||||
struct weston_view *view, *subview;
|
||||
static const char where[] = "get_subsurface: wl_subsurface@";
|
||||
|
||||
if (surface == parent) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue