Skip to content

Commit ed6327c

Browse files
committed
Merge branch 'obsd-master'
2 parents aa32457 + b21a710 commit ed6327c

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
@@ -739,28 +739,6 @@ struct window_mode {
739739
};
740740
#define WINDOW_MODE_TIMEOUT 180
741741

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

0 commit comments

Comments
 (0)