mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 14:16:18 +00:00
window_pane_move is not used.
This commit is contained in:
9
window.c
9
window.c
@@ -1219,15 +1219,6 @@ window_pane_resize(struct window_pane *wp, u_int sx, u_int sy)
|
||||
wme->mode->resize(wme, sx, sy);
|
||||
}
|
||||
|
||||
void
|
||||
window_pane_move(struct window_pane *wp, int xoff, int yoff)
|
||||
{
|
||||
wp->xoff = xoff;
|
||||
wp->yoff = yoff;
|
||||
|
||||
log_debug("%s: %%%u resize %ux%u", __func__, wp->id, xoff, yoff);
|
||||
}
|
||||
|
||||
int
|
||||
window_pane_set_mode(struct window_pane *wp, struct window_pane *swp,
|
||||
const struct window_mode *mode, struct cmd_find_state *fs,
|
||||
|
||||
Reference in New Issue
Block a user