summaryrefslogtreecommitdiff
path: root/openbox/action.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 15:59:07 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 15:59:07 +0000
commit48facba205a42b502038b43e1a735a30ffe276f8 (patch)
tree2ee8f3562dd42520e4a91735892ce02e1eaa8897 /openbox/action.c
parentf227bd994d21d901790d93a962915863914b6c09 (diff)
add omnipresent action
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;