Sync OpenBSD patchset 1045:

Remove some bits leftover from unused backoff code.
This commit is contained in:
Tiago Cunha
2012-03-18 01:33:56 +00:00
parent 1fdac2adf1
commit 166681eee9
3 changed files with 1 additions and 6 deletions

View File

@ -31,7 +31,6 @@ void server_client_check_mouse(struct client *c,
void server_client_handle_key(int, struct mouse_event *, void *);
void server_client_repeat_timer(int, short, void *);
void server_client_check_exit(struct client *);
void server_client_check_backoff(struct client *);
void server_client_check_redraw(struct client *);
void server_client_set_title(struct client *);
void server_client_reset_state(struct client *);