diff options
Diffstat (limited to 'src/input.c')
-rw-r--r-- | src/input.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input.c b/src/input.c index 2099863..0f69a05 100644 --- a/src/input.c +++ b/src/input.c @@ -86,7 +86,6 @@ void input_handle_keypress(struct tofi *tofi, xkb_keycode_t keycode) return; } - entry_update(&tofi->window.entry); tofi->window.surface.redraw = true; } |