]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
add the kill/close/cyclewindows actions
[chaz/openbox] / openbox / action.c
index 1bc85db218732aca7a3592258e4c209de90172ab..bc1db1015643e759629c7c717dce0ce7cc42fedb 100644 (file)
@@ -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,
This page took 0.023636 seconds and 4 git commands to generate.