summaryrefslogtreecommitdiff
path: root/openbox/action.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 04:01:36 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 04:01:36 +0000
commit5d57a39b702a0f198c8a180a20058e3c82615523 (patch)
treef4d99e1ccd99262c51b58e841f2094c8f9cedb3a /openbox/action.c
parent1b7e813c62a6e54690d15550d51ac4269e63f346 (diff)
add exit and reconfigure actions
Diffstat (limited to 'openbox/action.c')
-rw-r--r--openbox/action.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/openbox/action.c b/openbox/action.c
index 74a15620..eba3c95a 100644
--- a/openbox/action.c
+++ b/openbox/action.c
@@ -781,11 +781,6 @@ ActionString actionstrings[] =
NULL
},
{
- "reconfigure",
- action_reconfigure,
- NULL
- },
- {
"restart",
action_restart,
NULL
@@ -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)