revert previous; upcoming changes will hopefully deal with these more

naturally.
This commit is contained in:
okan
2016-11-15 00:22:02 +00:00
parent 62dc5ae132
commit db02592e5c
3 changed files with 2 additions and 26 deletions

View File

@@ -463,9 +463,7 @@ void screen_assert_clients_within(struct screen_ctx *);
void kbfunc_cwm_status(void *, union arg *, enum xev);
void kbfunc_ptrmove(void *, union arg *, enum xev);
void kbfunc_client_move(void *, union arg *, enum xev);
void kbfunc_client_move_key(void *, union arg *, enum xev);
void kbfunc_client_resize(void *, union arg *, enum xev);
void kbfunc_client_resize_key(void *, union arg *, enum xev);
void kbfunc_client_delete(void *, union arg *, enum xev);
void kbfunc_client_lower(void *, union arg *, enum xev);
void kbfunc_client_raise(void *, union arg *, enum xev);