we handle WM_STATE here, so remove misleading comment.

This commit is contained in:
okan 2013-04-12 20:54:27 +00:00
parent ef1b78f464
commit f3dfc4968c

View File

@ -447,7 +447,6 @@ client_ptrsave(struct client_ctx *cc)
void
client_hide(struct client_ctx *cc)
{
/* XXX - add wm_state stuff */
XUnmapWindow(X_Dpy, cc->win);
cc->active = 0;