aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-04-21 18:18:17 +0000
committernicm <nicm>2017-04-21 18:18:17 +0000
commit3c876235cc2d0d36f961e1f026f9feaf5cd22b73 (patch)
tree81a785502a38bc8d1f7fe7258637ce0c3d6e627a /tmux.h
parentafa4e3ed9c9928c20b8007634538649422f920b5 (diff)
downloadrtmux-3c876235cc2d0d36f961e1f026f9feaf5cd22b73.tar.gz
rtmux-3c876235cc2d0d36f961e1f026f9feaf5cd22b73.tar.bz2
rtmux-3c876235cc2d0d36f961e1f026f9feaf5cd22b73.zip
Style nits and an unused struct.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
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;