aboutsummaryrefslogtreecommitdiffstats
path: root/mousefunc.c
diff options
context:
space:
mode:
authorokan2015-05-21 00:37:04 +0000
committerokan2015-05-21 00:37:04 +0000
commita7aa847332ee80b281feeab6ce0544e48563d714 (patch)
treeed84317784292778e49b40c86332a5aa9a1bb182 /mousefunc.c
parentc61809c88c28d6ae5bcd9bbc2ec4e0ec2ea79bf9 (diff)
downloadcwm-a7aa847332ee80b281feeab6ce0544e48563d714.tar.gz
merge kbd and mouse grouptoggle
Diffstat (limited to 'mousefunc.c')
-rw-r--r--mousefunc.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/mousefunc.c b/mousefunc.c
index 443b888..2fe6908 100644
--- a/mousefunc.c
+++ b/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.86 2015/01/19 14:54:16 okan Exp $
+ * $OpenBSD: mousefunc.c,v 1.87 2015/05/21 00:37:04 okan Exp $
*/
#include <sys/types.h>
@@ -173,12 +173,6 @@ mousefunc_client_move(struct client_ctx *cc, union arg *arg)
}
void
-mousefunc_client_grouptoggle(struct client_ctx *cc, union arg *arg)
-{
- group_toggle_membership_enter(cc);
-}
-
-void
mousefunc_menu_group(struct client_ctx *cc, union arg *arg)
{
struct screen_ctx *sc = cc->sc;