aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-05-08 16:23:34 +0000
committernicm <nicm>2015-05-08 16:23:34 +0000
commita538141a72882e10988b68d7d1ede94cbb7140c1 (patch)
tree60023454502c6a2d376606ababf9a6d13dfe24c2 /tmux.h
parentc4a4bd6ac5748939c7c17beba9e14bee5929c552 (diff)
downloadrtmux-a538141a72882e10988b68d7d1ede94cbb7140c1.tar.gz
rtmux-a538141a72882e10988b68d7d1ede94cbb7140c1.tar.bz2
rtmux-a538141a72882e10988b68d7d1ede94cbb7140c1.zip
window_choose_mode_item can move into window-choose.c.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tmux.h b/tmux.h
index ad79d79d..f48797dc 100644
--- a/tmux.h
+++ b/tmux.h
@@ -823,14 +823,6 @@ struct window_choose_data {
char *command;
};
-struct window_choose_mode_item {
- struct window_choose_data *wcd;
- char *name;
- int pos;
- int state;
-#define TREE_EXPANDED 0x1
-};
-
/* Child window structure. */
struct input_ctx;
struct window_pane {