summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-14 20:55:36 +0000
committerDana Jansens <danakj@orodu.net>2007-05-14 20:55:36 +0000
commitb906db3e11c06997261297cdb1992fd1b05738ff (patch)
tree6503d780adc2ef22be55a4170a4869a60c84e520 /openbox/client.c
parentff7eb1ea3da0d7f778e7bb97d497976155e38628 (diff)
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
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c2
1 files changed, 0 insertions, 2 deletions
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);