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