From 5534edca6e5ff7e970f626aa7e3abb4c8065e2a7 Mon Sep 17 00:00:00 2001 From: Taiyu Date: Tue, 11 Aug 2015 00:06:43 -0700 Subject: [PATCH] removed old code --- sway/handlers.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sway/handlers.c b/sway/handlers.c index e441ac8b..8fc299f4 100644 --- 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 }