From b906db3e11c06997261297cdb1992fd1b05738ff Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 14 May 2007 20:55:36 +0000 Subject: remove the dialog option for Desktop action for now. can't change desktop during a grab. the dialog for desktop changing will need to change, and then we can add it back --- openbox/client.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'openbox/client.c') diff --git a/openbox/client.c b/openbox/client.c index c1df4786..18aac818 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -3332,8 +3332,6 @@ ObClient *client_focus_target(ObClient *self) gboolean client_can_focus(ObClient *self) { - XEvent ev; - /* choose the correct target */ self = client_focus_target(self); -- cgit v1.2.3