From 3c876235cc2d0d36f961e1f026f9feaf5cd22b73 Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 21 Apr 2017 18:18:17 +0000 Subject: Style nits and an unused struct. --- tmux.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index f0453b99..e2d46595 100644 --- a/tmux.h +++ b/tmux.h @@ -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; -- cgit