config_path cleanup

This commit is contained in:
taiyu 2015-09-06 22:48:43 -07:00
parent 85ec928d58
commit 5408d34c9c
2 changed files with 58 additions and 63 deletions

View file

@ -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];