summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/client.c b/openbox/client.c
index f1a29529..e80b84f1 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -2856,9 +2856,6 @@ void client_unfocus(ObClient *self)
void client_activate(ObClient *self, gboolean here)
{
- /* This check is for the client_list_menu trying to activate
- * a closed client. */
- if (!g_list_find(client_list, self)) return;
if (client_normal(self) && screen_showing_desktop)
screen_show_desktop(FALSE);
if (self->iconic)