diff options
author | taiyu <taiyu.len@gmail.com> | 2015-09-06 22:48:43 -0700 |
---|---|---|
committer | taiyu <taiyu.len@gmail.com> | 2015-09-06 22:48:43 -0700 |
commit | 5408d34c9c8fe9860bd70245977a1c6f1f868bb5 (patch) | |
tree | 50a1eb4d5f28b59ef62219c8601fb0dad339789a /sway/handlers.c | |
parent | 85ec928d58c129dfd9ad1cd33f20014c09055238 (diff) |
config_path cleanup
Diffstat (limited to 'sway/handlers.c')
-rw-r--r-- | sway/handlers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/handlers.c b/sway/handlers.c index 413c17fe..482d52c6 100644 --- a/sway/handlers.c +++ b/sway/handlers.c @@ -334,7 +334,6 @@ static bool handle_key(wlc_handle view, uint32_t time, const struct wlc_modifier release_key(sym, key); } - // TODO: reminder to check conflicts with mod+q+a versus mod+q for (i = 0; i < mode->bindings->length; ++i) { struct sway_binding *binding = mode->bindings->items[i]; |