Kill wl_shell

This commit is contained in:
emersion 2018-04-29 09:40:58 +01:00
parent 4e6cb2b4b2
commit 95a10dd4f3
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
9 changed files with 2 additions and 200 deletions

View file

@ -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: