diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-04-04 15:34:39 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-04-04 15:34:39 -0400 |
| commit | 0f5a8972d2d47b853fb381ac04acf5a2bcef38c7 (patch) | |
| tree | 9b1a6e392fb54f1b0c050227dcae384e766e0ab9 /include | |
| parent | 2d7d7d0e19a3226d534b6a7b11898e31f8954ddf (diff) | |
Remove unused sway_view.unmanaged_link
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/tree/view.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h index 4b84205e..6bc5ceda 100644 --- a/include/sway/tree/view.h +++ b/include/sway/tree/view.h @@ -101,9 +101,6 @@ struct sway_view { struct sway_xwayland_surface *sway_xwayland_surface; struct sway_wl_shell_surface *sway_wl_shell_surface; }; - - // only used for unmanaged views (shell specific) - struct wl_list unmanaged_view_link; // sway_root::unmanaged_views }; struct sway_view *view_create(enum sway_view_type type, |
