aboutsummaryrefslogtreecommitdiffstats
path: root/mousefunc.c
diff options
context:
space:
mode:
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;