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:
2
format.c
2
format.c
@@ -2263,7 +2263,6 @@ format_cb_pane_minimised_flag(struct format_tree *ft)
|
||||
return (NULL);
|
||||
}
|
||||
|
||||
|
||||
/* Callback for pane_mode. */
|
||||
static void *
|
||||
format_cb_pane_mode(struct format_tree *ft)
|
||||
@@ -4236,7 +4235,6 @@ format_strip(struct format_expand_state *es, const char *s)
|
||||
return (out);
|
||||
}
|
||||
|
||||
|
||||
/* Skip until end. */
|
||||
static const char *
|
||||
format_skip1(struct format_expand_state *es, const char *s, const char *end)
|
||||
|
||||
Reference in New Issue
Block a user