From 5d57a39b702a0f198c8a180a20058e3c82615523 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 22 Jun 2007 04:01:36 +0000 Subject: add exit and reconfigure actions --- openbox/action.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'openbox/action.c') diff --git a/openbox/action.c b/openbox/action.c index 74a15620..eba3c95a 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -780,11 +780,6 @@ ActionString actionstrings[] = action_desktop_last, NULL }, - { - "reconfigure", - action_reconfigure, - NULL - }, { "restart", action_restart, @@ -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) -- cgit v1.2.3