diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-07-10 17:49:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-10 17:49:19 -0700 |
commit | 60bba5a961b646ebfca1df38d8da9df89064cc01 (patch) | |
tree | a79c2994ae5b7b958723de84ab807c0d28c1d5cd /include/sway/commands.h | |
parent | 8afe68f92063ff6db061f721868f601b2fc20191 (diff) | |
parent | ba3511b2431d331b735770e38e6bbd83cb5a9d66 (diff) |
Merge pull request #2233 from emersion/remove-clipboard
Remove `clipboard` command and `get_clipboard` message
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r-- | include/sway/commands.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h index 6d17144a..dda0606a 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -95,7 +95,6 @@ sway_cmd cmd_client_unfocused; sway_cmd cmd_client_urgent; sway_cmd cmd_client_placeholder; sway_cmd cmd_client_background; -sway_cmd cmd_clipboard; sway_cmd cmd_commands; sway_cmd cmd_debuglog; sway_cmd cmd_default_border; |