]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
add exit and reconfigure actions
[chaz/openbox] / openbox / action.c
index 74a15620e06f8ef933e1a5a17f6af06671b8af32..eba3c95a0abedd1e445b5a78c7b26be4447f9d08 100644 (file)
@@ -780,11 +780,6 @@ ActionString actionstrings[] =
         action_desktop_last,
         NULL
     },
-    {
-        "reconfigure",
-        action_reconfigure,
-        NULL
-    },
     {
         "restart",
         action_restart,
@@ -1706,11 +1701,6 @@ void action_resize(union ActionData *data)
     moveresize_start(c, data->any.x, data->any.y, data->any.button, corner);
 }
 
-void action_reconfigure(union ActionData *data)
-{
-    ob_reconfigure();
-}
-
 void action_restart(union ActionData *data)
 {
     ob_restart_other(data->execute.path);
@@ -1718,7 +1708,6 @@ void action_restart(union ActionData *data)
 
 void action_exit(union ActionData *data)
 {
-    ob_exit(0);
 }
 
 void action_cycle_windows(union ActionData *data)
This page took 0.024691 seconds and 4 git commands to generate.