]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
add restart action
[chaz/openbox] / openbox / action.c
index eba3c95a0abedd1e445b5a78c7b26be4447f9d08..0c241b46586ee117c0768d7a226f0e13adf82b3d 100644 (file)
@@ -780,16 +780,6 @@ ActionString actionstrings[] =
         action_desktop_last,
         NULL
     },
-    {
-        "restart",
-        action_restart,
-        NULL
-    },
-    {
-        "exit",
-        action_exit,
-        NULL
-    },
     {
         "sendtotoplayer",
         action_send_to_layer,
@@ -1701,15 +1691,6 @@ void action_resize(union ActionData *data)
     moveresize_start(c, data->any.x, data->any.y, data->any.button, corner);
 }
 
-void action_restart(union ActionData *data)
-{
-    ob_restart_other(data->execute.path);
-}
-
-void action_exit(union ActionData *data)
-{
-}
-
 void action_cycle_windows(union ActionData *data)
 {
     /* if using focus_delay, stop the timer now so that focus doesn't go moving
This page took 0.020265 seconds and 4 git commands to generate.