summaryrefslogtreecommitdiff
path: root/openbox/actions/close.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/actions/close.c')
-rw-r--r--openbox/actions/close.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/actions/close.c b/openbox/actions/close.c
index ab75e05d..d2bc96c2 100644
--- a/openbox/actions/close.c
+++ b/openbox/actions/close.c
@@ -7,8 +7,7 @@ void action_close_startup(void)
{
actions_register("Close",
NULL, NULL,
- run_func,
- NULL, NULL);
+ run_func);
}
/* Always return FALSE because its not interactive */