summaryrefslogtreecommitdiff
path: root/openbox/action.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/action.c')
-rw-r--r--openbox/action.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/openbox/action.c b/openbox/action.c
index bc1db101..110a9fd4 100644
--- a/openbox/action.c
+++ b/openbox/action.c
@@ -465,11 +465,6 @@ ActionString actionstrings[] =
setup_client_action
},
{
- "toggleomnipresent",
- action_toggle_omnipresent,
- setup_client_action
- },
- {
"resizerelativevert",
action_resize_relative_vert,
setup_client_action
@@ -920,13 +915,6 @@ void action_shadelower(union ActionData *data)
action_shade(data);
}
-void action_toggle_omnipresent(union ActionData *data)
-{
- client_set_desktop(data->client.any.c,
- data->client.any.c->desktop == DESKTOP_ALL ?
- screen_desktop : DESKTOP_ALL, FALSE, TRUE);
-}
-
void action_resize_relative_horz(union ActionData *data)
{
ObClient *c = data->relative.any.c;