aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
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 {