Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Remove unused header file and references to it
Browse files Browse the repository at this point in the history
  • Loading branch information
abeutot committed Dec 30, 2020
1 parent 74b461e commit b1fb440
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions docs/hacking-howto
Expand Up @@ -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())

Expand Down
1 change: 0 additions & 1 deletion include/all.h
Expand Up @@ -56,7 +56,6 @@
#include "render.h"
#include "window.h"
#include "match.h"
#include "cmdparse.h"
#include "xcursor.h"
#include "resize.h"
#include "sighandler.h"
Expand Down
14 changes: 0 additions & 14 deletions include/cmdparse.h

This file was deleted.

0 comments on commit b1fb440

Please sign in to comment.