mirror of
https://github.com/tmux/tmux.git
synced 2024-11-07 03:28:48 +00:00
Sync OpenBSD patchset 856:
Unused declaration.
This commit is contained in:
parent
3d7b8105e1
commit
065384056b
@ -1,4 +1,4 @@
|
||||
/* $Id: server-window.c,v 1.19 2010-12-22 15:36:44 tcunha Exp $ */
|
||||
/* $Id: server-window.c,v 1.20 2011-02-15 15:20:38 tcunha Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -23,7 +23,6 @@
|
||||
|
||||
#include "tmux.h"
|
||||
|
||||
int server_window_backoff(struct window_pane *);
|
||||
int server_window_check_bell(struct session *, struct winlink *);
|
||||
int server_window_check_activity(struct session *, struct winlink *);
|
||||
int server_window_check_silence(struct session *, struct winlink *);
|
||||
|
Loading…
Reference in New Issue
Block a user