commit 5534edca6e5ff7e970f626aa7e3abb4c8065e2a7 parent 66799480ffabce9c824c2ec4fb75f78cc056a086 Author: Taiyu <taiyu.len@gmail.com> Date: Tue, 11 Aug 2015 00:06:43 -0700 removed old code Diffstat:
| M | sway/handlers.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/sway/handlers.c b/sway/handlers.c @@ -119,7 +119,6 @@ bool handle_key(wlc_handle view, uint32_t time, const struct wlc_modifiers } } } - //repeating sent input is bad return true; #undef Q_SIZE }