Skip to content

Commit b21a710

Browse files
author
nicm
committed
Remove a leftover unused struct.
1 parent 5c78b48 commit b21a710

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

tmux.h

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -735,28 +735,6 @@ struct window_mode {
735735
};
736736
#define WINDOW_MODE_TIMEOUT 180
737737

738-
/* Structures for choose mode. */
739-
struct window_choose_data {
740-
struct client *start_client;
741-
struct session *start_session;
742-
743-
u_int idx;
744-
int type;
745-
#define TREE_OTHER 0x0
746-
#define TREE_WINDOW 0x1
747-
#define TREE_SESSION 0x2
748-
749-
struct session *tree_session; /* session of items in tree */
750-
751-
struct winlink *wl;
752-
int pane_id;
753-
754-
char *ft_template;
755-
struct format_tree *ft;
756-
757-
char *command;
758-
};
759-
760738
/* Child window structure. */
761739
struct window_pane {
762740
u_int id;

0 commit comments

Comments
 (0)