summaryrefslogtreecommitdiff
path: root/app/cwm/mousefunc.c
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2014-01-30 14:40:22 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2014-01-30 14:40:22 +0000
commitf2d2d18902d1bd3cba9891543cd061dbf46324c7 (patch)
treed1257d828df92a267cb5eea9b20febb78cb35188 /app/cwm/mousefunc.c
parenta2063639dc9c5ba7f0a2e76d09cc805d648c8303 (diff)
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.
Diffstat (limited to 'app/cwm/mousefunc.c')
-rw-r--r--app/cwm/mousefunc.c27
1 files changed, 1 insertions, 26 deletions
diff --git a/app/cwm/mousefunc.c b/app/cwm/mousefunc.c
index 28b8e1662..682fa510f 100644
--- a/app/cwm/mousefunc.c
+++ b/app/cwm/mousefunc.c
@@ -16,7 +16,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: mousefunc.c,v 1.69 2014/01/29 22:30:00 okan Exp $
+ * $OpenBSD: mousefunc.c,v 1.70 2014/01/30 14:40:21 okan Exp $
*/
#include <sys/param.h>
@@ -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);