]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
add the showdesktop action
[chaz/openbox] / openbox / action.c
index 9b8653dfd7c817dde11e86b4d964decec6263a43..74a15620e06f8ef933e1a5a17f6af06671b8af32 100644 (file)
@@ -775,21 +775,6 @@ ActionString actionstrings[] =
         action_toggle_dockautohide,
         NULL
     },
-    {
-        "toggleshowdesktop",
-        action_toggle_show_desktop,
-        NULL
-    },
-    {
-        "showdesktop",
-        action_show_desktop,
-        NULL
-    },
-    {
-        "unshowdesktop",
-        action_unshow_desktop,
-        NULL
-    },
     {
         "desktoplast",
         action_desktop_last,
@@ -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 */
This page took 0.021283 seconds and 4 git commands to generate.