diff options
author | Brian Ashworth <RedSoxFan@users.noreply.github.com> | 2018-10-13 18:49:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-13 18:49:31 -0400 |
commit | 350f7d34605264eb029f6f7d88d6a54e81f455ed (patch) | |
tree | 874a3157f2778518a87009c35b47de9d5451b257 /include | |
parent | 782a835175b1fecb427fbbafef4e7518af95329f (diff) | |
parent | 02aeb0f0bec90f87acbdbce41d34109b26e9dc5d (diff) |
Merge pull request #2823 from tarmack/fix_edge_gaps
Fix edge gaps
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index bc02c0fd..ca17a645 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -389,7 +389,6 @@ struct sway_config { bool show_marks; bool tiling_drag; - bool edge_gaps; bool smart_gaps; int gaps_inner; int gaps_outer; |