summary refs log tree commit diff
diff options
context:
space:
mode:
authorokan <okan>2014-01-30 14:40:21 +0000
committerokan <okan>2014-01-30 14:40:21 +0000
commit7b5b7cc9e986c7c711c524e6969c0ecbdd8cf1e1 (patch)
treeec8fc9c62def8b00e86d163f9de13ab87d208d20
parent2be890489b8542b12f77133fbba404210c1b5f54 (diff)
downloadcwm-7b5b7cc9e986c7c711c524e6969c0ecbdd8cf1e1.tar.gz
cwm-7b5b7cc9e986c7c711c524e6969c0ecbdd8cf1e1.tar.xz
cwm-7b5b7cc9e986c7c711c524e6969c0ecbdd8cf1e1.zip
Remove duplicate mouse functions and instead use the kbfunc ones. No
user visable changes at this point, but they'll merge at an appropriate
time.
-rw-r--r--mousefunc.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/mousefunc.c b/mousefunc.c
index 73c3449..6fdf4f4 100644
--- a/mousefunc.c
+++ b/mousefunc.c
@@ -179,31 +179,6 @@ mousefunc_client_grouptoggle(struct client_ctx *cc, union arg *arg)
 }
 
 void
-mousefunc_client_lower(struct client_ctx *cc, union arg *arg)
-{
-	client_ptrsave(cc);
-	client_lower(cc);
-}
-
-void
-mousefunc_client_raise(struct client_ctx *cc, union arg *arg)
-{
-	client_raise(cc);
-}
-
-void
-mousefunc_client_hide(struct client_ctx *cc, union arg *arg)
-{
-	client_hide(cc);
-}
-
-void
-mousefunc_client_cyclegroup(struct client_ctx *cc, union arg *arg)
-{
-	group_cycle(cc->sc, arg->i);
-}
-
-void
 mousefunc_menu_group(struct client_ctx *cc, union arg *arg)
 {
 	group_menu(cc->sc);