mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-28 22:23:42 +01:00
Merge pull request #2633 from ianyfan/view-recon-fix
Remove redundant container creation in view initialisation
This commit is contained in:
commit
5d104ae537
1 changed files with 0 additions and 2 deletions
|
@ -34,8 +34,6 @@ void view_init(struct sway_view *view, enum sway_view_type type,
|
|||
view->marks = create_list();
|
||||
view->allow_request_urgent = true;
|
||||
wl_signal_init(&view->events.unmap);
|
||||
|
||||
view->container = container_create(view);
|
||||
}
|
||||
|
||||
void view_destroy(struct sway_view *view) {
|
||||
|
|
Loading…
Reference in a new issue