mirror of
https://github.com/labwc/labwc.git
synced 2026-02-15 22:05:25 -05:00
view: remove view_is_related(), no longer used
This commit is contained in:
parent
bb8f0bc960
commit
6a35e8e78c
3 changed files with 0 additions and 32 deletions
11
src/view.c
11
src/view.c
|
|
@ -2007,17 +2007,6 @@ view_append_children(struct view *view, struct wl_array *children)
|
|||
}
|
||||
}
|
||||
|
||||
bool
|
||||
view_is_related(struct view *view, struct wlr_surface *surface)
|
||||
{
|
||||
assert(view);
|
||||
assert(surface);
|
||||
if (view->impl->is_related) {
|
||||
return view->impl->is_related(view, surface);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
bool
|
||||
view_has_strut_partial(struct view *view)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue