summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/handlers.c1
1 files changed, 0 insertions, 1 deletions
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
119 } 119 }
120 } 120 }
121 } 121 }
122 //repeating sent input is bad
123 return true; 122 return true;
124#undef Q_SIZE 123#undef Q_SIZE
125} 124}