aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorokan2016-10-12 16:11:15 +0000
committerokan2016-10-12 16:11:15 +0000
commit7b0b231bfe9465d7b2f57f5257ea719325b36666 (patch)
tree165f7613f14a9fc5d39b796caae9baf63cee8280
parenta0e0c901b064b69b7827225878b9cb73a53ae383 (diff)
downloadcwm-7b0b231bfe9465d7b2f57f5257ea719325b36666.tar.gz
remove another unused proto
Diffstat (limited to '')
-rw-r--r--calmwm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index b14dfcb..2f92b0e 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -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 *,