diff options
author | emersion <contact@emersion.fr> | 2018-07-30 17:25:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-30 17:25:41 +0100 |
commit | c1bf8d04be6405a4549cdd87bf2ea54faa9d01a8 (patch) | |
tree | 8b8ce3aa537ca0ca5ad2f9a77e45f151cc06ea52 /meson.build | |
parent | 4985667826c964b3401fc79fc5408a42b659c67d (diff) | |
parent | 52a27f1529973b7058427feddb5de32f23b1c64f (diff) |
Merge pull request #2388 from 1ace/fix/delete-swaygrab
delete references to swaygrab
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 1cb40ade..1131f1c9 100644 --- a/meson.build +++ b/meson.build @@ -183,7 +183,6 @@ endif if (get_option('zsh_completions')) zsh_files = files( 'completions/zsh/_sway', - 'completions/zsh/_swaygrab', 'completions/zsh/_swaylock', 'completions/zsh/_swaymsg', ) |