X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=src%2Fkey_press.c;h=d16174f8c8f00a2488852c6176da5a163d7dfc3c;hp=aa6d815066beaf423142edb1a456664fbde12e3f;hb=HEAD;hpb=14a4e0c6f8500b981ed36b3e772c65c3ca35749d diff --git a/src/key_press.c b/src/key_press.c index aa6d8150..d16174f8 100644 --- a/src/key_press.c +++ b/src/key_press.c @@ -1,5 +1,3 @@ -#undef I3__FILE__ -#define I3__FILE__ "key_press.c" /* * vim:ts=4:sw=4:expandtab * @@ -31,9 +29,5 @@ void handle_key_press(xcb_key_press_event_t *event) { return; CommandResult *result = run_binding(bind, NULL); - - if (result->needs_tree_render) - tree_render(); - command_result_free(result); }