diff options
author | Drew DeVault <ddevault@linode.com> | 2015-12-14 08:57:00 -0500 |
---|---|---|
committer | Drew DeVault <ddevault@linode.com> | 2015-12-14 08:57:00 -0500 |
commit | 4d17aa99194ac8a1511df93a3ec5edf44bcf61e6 (patch) | |
tree | f622553c1457dfddce457123212b9c852e01bec6 /include/config.h | |
parent | 3ef6173c15e5c3df2208df81f5e15e8fb8ca6d2c (diff) |
Revert "Make mouse key used for drag/resize configurable"
This reverts commit 22916e9ebc130dbd365e6403730b9e0857977b8e.
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index 4e62ee68..04528e27 100644 --- a/include/config.h +++ b/include/config.h @@ -112,8 +112,6 @@ struct sway_config { struct bar_config bar; struct bar_config *current_bar; uint32_t floating_mod; - uint32_t dragging_key; - uint32_t resizing_key; enum swayc_layouts default_orientation; enum swayc_layouts default_layout; |