From e9e5facb0e0d0cb374b17f6818b035156886bcac Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 9 Apr 2020 14:23:34 +0000 Subject: Some minor style nits. --- tmux.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 9344dfe3..e66cbb39 100644 --- a/tmux.h +++ b/tmux.h @@ -2469,7 +2469,6 @@ void screen_select_cell(struct screen *, struct grid_cell *, void screen_alternate_on(struct screen *, struct grid_cell *, int); void screen_alternate_off(struct screen *, struct grid_cell *, int); - /* window.c */ extern struct windows windows; extern struct window_pane_tree all_window_panes; -- cgit