From 58d8b90122b33f608b5c4c5b91d15207eb2cecf1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 22 Jun 2007 04:04:59 +0000 Subject: add restart action --- openbox/action.c | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'openbox/action.c') diff --git a/openbox/action.c b/openbox/action.c index eba3c95a..0c241b46 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -780,16 +780,6 @@ ActionString actionstrings[] = action_desktop_last, NULL }, - { - "restart", - action_restart, - NULL - }, - { - "exit", - action_exit, - NULL - }, { "sendtotoplayer", action_send_to_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 -- cgit v1.2.3