Remove a non-FP fix from staging branch.

This commit is contained in:
Nicholas Marriott
2026-05-27 19:35:00 +01:00
parent 0f6e3d4273
commit 191ee65ad3
3 changed files with 11 additions and 25 deletions

3
tmux.h
View File

@@ -1264,7 +1264,6 @@ struct window_pane {
int yoff;
int flags;
int saved_flags;
#define PANE_REDRAW 0x1
#define PANE_DROP 0x2
#define PANE_FOCUSED 0x4
@@ -3615,7 +3614,7 @@ void printflike(3, 4) window_copy_add(struct window_pane *, int, const char *,
...);
void printflike(3, 0) window_copy_vadd(struct window_pane *, int, const char *,
va_list);
void window_copy_scroll(struct window_pane *, int, u_int, u_int, int);
void window_copy_scroll(struct window_pane *, int, u_int, int);
void window_copy_pageup(struct window_pane *, int);
void window_copy_pagedown(struct window_pane *, int, int);
void window_copy_start_drag(struct client *, struct mouse_event *);