From f227bd994d21d901790d93a962915863914b6c09 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 22 Jun 2007 15:51:10 +0000 Subject: add the kill/close/cyclewindows actions --- openbox/action.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'openbox/action.c') diff --git a/openbox/action.c b/openbox/action.c index 1bc85db2..bc1db101 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -454,11 +454,6 @@ ActionString actionstrings[] = action_directional_focus, setup_action_directional_focus_northwest }, - { - "kill", - action_kill, - setup_client_action - }, { "shadelower", action_shadelower, @@ -925,11 +920,6 @@ void action_shadelower(union ActionData *data) action_shade(data); } -void action_kill(union ActionData *data) -{ - client_kill(data->client.any.c); -} - void action_toggle_omnipresent(union ActionData *data) { client_set_desktop(data->client.any.c, -- cgit v1.2.3