diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-05-14 08:33:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-14 08:33:55 -0400 |
commit | 1837756dbed222a6233366f186693e1aeefc2439 (patch) | |
tree | 9793561e72a8d1b1f948080b5e36f98dbfa89619 /sway/tree/view.c | |
parent | 4e6cb2b4b2cff21ca1ec751986d8a2e138ea1ed5 (diff) | |
parent | 95a10dd4f35c6ffc14d23fa3a19a784e85a31724 (diff) | |
download | sway-1837756dbed222a6233366f186693e1aeefc2439.tar.xz |
Merge pull request #1871 from emersion/kill-wl-shell
Kill wl_shell
Diffstat (limited to 'sway/tree/view.c')
-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 41dee1c4..e0e3c110 100644 --- a/sway/tree/view.c +++ b/sway/tree/view.c @@ -97,8 +97,6 @@ uint32_t view_get_window_type(struct sway_view *view) { const char *view_get_type(struct sway_view *view) { switch(view->type) { - case SWAY_VIEW_WL_SHELL: - return "wl_shell"; case SWAY_VIEW_XDG_SHELL_V6: return "xdg_shell_v6"; case SWAY_VIEW_XDG_SHELL: |