diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 15:51:10 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 15:51:10 +0000 |
| commit | f227bd994d21d901790d93a962915863914b6c09 (patch) | |
| tree | 4177806d7185ec88db1336f5ac367a31ffc66af8 /openbox/action.c | |
| parent | 091a7f77d4f527ec70227abe15e3be4b1ee15bb4 (diff) | |
add the kill/close/cyclewindows actions
Diffstat (limited to 'openbox/action.c')
| -rw-r--r-- | openbox/action.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/openbox/action.c b/openbox/action.c index 1bc85db2..bc1db101 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -455,11 +455,6 @@ ActionString actionstrings[] = setup_action_directional_focus_northwest }, { - "kill", - action_kill, - setup_client_action - }, - { "shadelower", action_shadelower, setup_client_action @@ -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, |
