diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 04:01:36 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 04:01:36 +0000 |
| commit | 5d57a39b702a0f198c8a180a20058e3c82615523 (patch) | |
| tree | f4d99e1ccd99262c51b58e841f2094c8f9cedb3a /openbox/action.c | |
| parent | 1b7e813c62a6e54690d15550d51ac4269e63f346 (diff) | |
add exit and reconfigure actions
Diffstat (limited to 'openbox/action.c')
| -rw-r--r-- | openbox/action.c | 11 |
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) |
