diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-09-14 20:45:56 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-09-14 20:45:56 -0400 |
| commit | 921bb655833b5134b75f3f5a855c51465666407a (patch) | |
| tree | ed1d5f181518a11c48adbc93b3f90020ff103da8 | |
| parent | 9b79c7994eecb297d28c56ad801b7d7552828e11 (diff) | |
| parent | 4b8db9906096b354578cb4c3850ca4f53965919a (diff) | |
Merge pull request #2633 from ianyfan/view-recon-fix
Remove redundant container creation in view initialisation
| -rw-r--r-- | sway/tree/view.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c index d02abf30..78f85de2 100644 --- a/sway/tree/view.c +++ b/sway/tree/view.c @@ -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) { |
