From 8ac5a60322d1556337fa78036d10dd630e1cd305 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 28 Mar 2003 23:02:57 +0000 Subject: rm client_disable_decorations.. it already had an action. add the action to the action_from_string func --- openbox/client.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'openbox/client.c') diff --git a/openbox/client.c b/openbox/client.c index e7d77df9..95d1e97e 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2023,9 +2023,3 @@ Icon *client_icon(Client *self, int w, int h) return &self->icons[si]; return &self->icons[li]; } - -void client_disable_decorations(Client *self, int flags) -{ - self->disabled_decorations = flags; - client_setup_decor_and_functions(self); -} -- cgit v1.2.3