]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
add the layer action
[chaz/openbox] / openbox / action.c
index 3bf5433088f63f04fd24351677d93941e238ffd3..9dd4965fee130a731235639a172ee0c6979dcd0a 100644 (file)
@@ -381,17 +381,6 @@ void action_toggle_layer(union ActionData *data)
     ObClient *c = data->layer.any.c;
 
     client_action_start(data);
-    if (data->layer.layer < 0)
-        client_set_layer(c, c->below ? 0 : -1);
-    else if (data->layer.layer > 0)
-        client_set_layer(c, c->above ? 0 : 1);
     client_action_end(data, config_focus_under_mouse);
 }
 
-void action_toggle_dockautohide(union ActionData *data)
-{
-}
-
-void action_remove_desktop(union ActionData *data)
-{
-}
This page took 0.024211 seconds and 4 git commands to generate.