diff options
author | Carl Smedstad <carl.smedstad@protonmail.com> | 2022-11-07 00:45:00 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-01-03 21:50:56 +0100 |
commit | e3257e646ce72a3f26cc5ca67f07389e497c816b (patch) | |
tree | 550d7d41f50fb419948b681a2ebe2ab9f53b77d0 /include | |
parent | 9e15e2fd4f2ab9c49e123daada662cd5e6098b81 (diff) |
Remove duplicate declarations
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/commands.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h index 599347ef..123a7245 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -159,8 +159,6 @@ sway_cmd cmd_new_float; sway_cmd cmd_new_window; sway_cmd cmd_nop; sway_cmd cmd_opacity; -sway_cmd cmd_new_float; -sway_cmd cmd_new_window; sway_cmd cmd_no_focus; sway_cmd cmd_output; sway_cmd cmd_permit; |