Style nits and an unused struct.

This commit is contained in:
nicm
2017-04-21 18:18:17 +00:00
parent afa4e3ed9c
commit 3c876235cc
2 changed files with 2 additions and 4 deletions

1
tmux.h
View File

@ -41,7 +41,6 @@ extern char **environ;
struct args;
struct client;
struct cmdq_item;
struct cmdq_subitem;
struct cmdq_list;
struct environ;
struct input_ctx;