From cf478381b3e386dc0478403cf1a73b4d3ec6fa61 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 22 Jun 2007 14:35:51 +0000 Subject: add the iconify action --- openbox/action.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'openbox/action.c') diff --git a/openbox/action.c b/openbox/action.c index cf1ba86f..5393bb8a 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1010,13 +1010,6 @@ void action_run_string(const gchar *name, struct _ObClient *c, Time time) action_run(l, c, 0, time); } -void action_iconify(union ActionData *data) -{ - client_action_start(data); - client_iconify(data->client.any.c, TRUE, TRUE, FALSE); - client_action_end(data, config_focus_under_mouse); -} - void action_unshaderaise(union ActionData *data) { if (data->client.any.c->shaded) -- cgit v1.2.3