Now that cmdlists are reference counted, there is no need for two-step

deletion via the dead_key_bindings tree. From Keith Amling.
This commit is contained in:
nicm
2014-05-14 06:21:19 +00:00
parent b2e791b574
commit 53cbae544f
3 changed files with 2 additions and 17 deletions

View File

@ -208,7 +208,6 @@ server_loop(void)
server_window_loop();
server_client_loop();
key_bindings_clean();
server_clean_dead();
}
}