diff options
author | okan | 2016-10-12 16:11:15 +0000 |
---|---|---|
committer | okan | 2016-10-12 16:11:15 +0000 |
commit | 7b0b231bfe9465d7b2f57f5257ea719325b36666 (patch) | |
tree | 165f7613f14a9fc5d39b796caae9baf63cee8280 | |
parent | a0e0c901b064b69b7827225878b9cb73a53ae383 (diff) | |
download | cwm-7b0b231bfe9465d7b2f57f5257ea719325b36666.tar.gz |
remove another unused proto
Diffstat (limited to '')
-rw-r--r-- | calmwm.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.327 2016/10/06 14:53:52 okan Exp $ + * $OpenBSD: calmwm.h,v 1.328 2016/10/12 16:11:15 okan Exp $ */ #ifndef _CALMWM_H_ @@ -466,7 +466,6 @@ void kbfunc_client_move(struct client_ctx *, union arg *, int); void kbfunc_client_movetogroup(struct client_ctx *, union arg *, int); void kbfunc_client_raise(struct client_ctx *, union arg *, int); -void kbfunc_client_rcycle(struct client_ctx *, union arg *, int); void kbfunc_client_resize(struct client_ctx *, union arg *, int); void kbfunc_client_tile(struct client_ctx *, union arg *, int); void kbfunc_client_toggle_group(struct client_ctx *, |