diff options
Diffstat (limited to 'openbox/action.c')
| -rw-r--r-- | openbox/action.c | 30 |
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 */ |
