summaryrefslogtreecommitdiff
path: root/openbox/action.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/action.c')
-rw-r--r--openbox/action.c19
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