summaryrefslogtreecommitdiff
path: root/openbox/action.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 03:57:48 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 03:57:48 +0000
commit1b7e813c62a6e54690d15550d51ac4269e63f346 (patch)
tree0187eabee5053f09e22d2b73db2672fd2763520d /openbox/action.c
parent38268dc917ac9e59d9e8ef87825c9489ced77e95 (diff)
add the showdesktop action
Diffstat (limited to 'openbox/action.c')
-rw-r--r--openbox/action.c30
1 files changed, 0 insertions, 30 deletions
diff --git a/openbox/action.c b/openbox/action.c
index 9b8653df..74a15620 100644
--- a/openbox/action.c
+++ b/openbox/action.c
@@ -776,21 +776,6 @@ ActionString actionstrings[] =
NULL
},
{
- "toggleshowdesktop",
- action_toggle_show_desktop,
- NULL
- },
- {
- "showdesktop",
- action_show_desktop,
- NULL
- },
- {
- "unshowdesktop",
- action_unshow_desktop,
- NULL
- },
- {
"desktoplast",
action_desktop_last,
NULL
@@ -1895,21 +1880,6 @@ void action_toggle_dockautohide(union ActionData *data)
dock_configure();
}
-void action_toggle_show_desktop(union ActionData *data)
-{
- screen_show_desktop(!screen_showing_desktop, NULL);
-}
-
-void action_show_desktop(union ActionData *data)
-{
- screen_show_desktop(TRUE, NULL);
-}
-
-void action_unshow_desktop(union ActionData *data)
-{
- screen_show_desktop(FALSE, NULL);
-}
-
void action_break_chroot(union ActionData *data)
{
/* break out of one chroot */