Remove unused header file and references to it

This commit is contained in:
Anaël Beutot
2020-12-30 18:41:52 +01:00
parent 74b461e25e
commit b1fb440345
3 changed files with 2 additions and 17 deletions

View File

@ -400,8 +400,8 @@ the correct state.
Then, it looks through all bindings and gets the one which matches the received
event.
The bound command is parsed by the cmdparse lexer/parser, see +parse_cmd+ in
+src/cmdparse.y+.
The bound command is parsed by the i3 parser, see +parse_command+ in
+src/commands_parser.c+.
== Manage windows (src/main.c, manage_window() and reparent_window())