1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Unused declaration.

This commit is contained in:
Nicholas Marriott 2011-01-26 02:55:34 +00:00
parent db7a89b1ee
commit bcc7c689c1

View File

@ -23,7 +23,6 @@
#include "tmux.h" #include "tmux.h"
int server_window_backoff(struct window_pane *);
int server_window_check_bell(struct session *, struct winlink *); int server_window_check_bell(struct session *, struct winlink *);
int server_window_check_activity(struct session *, struct winlink *); int server_window_check_activity(struct session *, struct winlink *);
int server_window_check_silence(struct session *, struct winlink *); int server_window_check_silence(struct session *, struct winlink *);