mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 22:26:18 +00:00
window_pane_move is not used.
This commit is contained in:
1
tmux.h
1
tmux.h
@@ -3445,7 +3445,6 @@ struct window_pane *window_pane_find_by_id_str(const char *);
|
||||
struct window_pane *window_pane_find_by_id(u_int);
|
||||
int window_pane_destroy_ready(struct window_pane *);
|
||||
void window_pane_resize(struct window_pane *, u_int, u_int);
|
||||
void window_pane_move(struct window_pane *, int, int);
|
||||
int window_pane_set_mode(struct window_pane *,
|
||||
struct window_pane *, const struct window_mode *,
|
||||
struct cmd_find_state *, struct args *);
|
||||
|
||||
Reference in New Issue
Block a user