diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 04:04:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 04:04:59 +0000 |
| commit | 58d8b90122b33f608b5c4c5b91d15207eb2cecf1 (patch) | |
| tree | 7cf62efd7464eea988414ad8db9a2c5cab128cb6 /openbox/action.c | |
| parent | 5d57a39b702a0f198c8a180a20058e3c82615523 (diff) | |
add restart action
Diffstat (limited to 'openbox/action.c')
| -rw-r--r-- | openbox/action.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/openbox/action.c b/openbox/action.c index eba3c95a..0c241b46 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -781,16 +781,6 @@ ActionString actionstrings[] = NULL }, { - "restart", - action_restart, - NULL - }, - { - "exit", - action_exit, - NULL - }, - { "sendtotoplayer", action_send_to_layer, setup_action_top_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 |
