]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
add the unfocus action
[chaz/openbox] / openbox / action.c
index a56f4cb4854819b104e30133c6ba8e2828d5847f..cf1ba86fb672e1c769a0fd1843b668c887272fff 100644 (file)
@@ -454,16 +454,6 @@ ActionString actionstrings[] =
         action_directional_focus,
         setup_action_directional_focus_northwest
     },
-    {
-        "unfocus",
-        action_unfocus,
-        setup_client_action
-    },
-    {
-        "focustobottom",
-        action_focus_order_to_bottom,
-        setup_client_action
-    },
     {
         "kill",
         action_kill,
@@ -1020,12 +1010,6 @@ void action_run_string(const gchar *name, struct _ObClient *c, Time time)
     action_run(l, c, 0, time);
 }
 
-void action_unfocus (union ActionData *data)
-{
-    if (data->client.any.c == focus_client)
-        focus_fallback(FALSE, FALSE, TRUE);
-}
-
 void action_iconify(union ActionData *data)
 {
     client_action_start(data);
@@ -1033,11 +1017,6 @@ void action_iconify(union ActionData *data)
     client_action_end(data, config_focus_under_mouse);
 }
 
-void action_focus_order_to_bottom(union ActionData *data)
-{
-    focus_order_to_bottom(data->client.any.c);
-}
-
 void action_unshaderaise(union ActionData *data)
 {
     if (data->client.any.c->shaded)
This page took 0.020716 seconds and 4 git commands to generate.