mirror of
https://github.com/tmux/tmux.git
synced 2025-04-10 02:58:50 +00:00
Remove unused prototypes.
This commit is contained in:
parent
ed2a486f46
commit
f957db81d9
2
server.c
2
server.c
@ -62,8 +62,6 @@ void server_signal_callback(int, short, void *);
|
|||||||
void server_child_signal(void);
|
void server_child_signal(void);
|
||||||
void server_child_exited(pid_t, int);
|
void server_child_exited(pid_t, int);
|
||||||
void server_child_stopped(pid_t, int);
|
void server_child_stopped(pid_t, int);
|
||||||
void server_second_callback(int, short, void *);
|
|
||||||
void server_lock_sessions(void);
|
|
||||||
|
|
||||||
/* Set marked pane. */
|
/* Set marked pane. */
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user