diff --git a/src/conio/x_events.c b/src/conio/x_events.c
index 6c209ae076d35c15e4d256cc72b18516daba20c6..e96a558544c694d3955a1feb4916743b717b7cef 100644
--- a/src/conio/x_events.c
+++ b/src/conio/x_events.c
@@ -1539,7 +1539,6 @@ net_wm_state_is_cb(bool (*cb)(Atom))
 			}
 			ret = (Atom *)prop;
 			if (cb(*ret))
-			if (*ret == A(_NET_WM_STATE_FULLSCREEN))
 				is = true;
 			x11.XFree(prop);
 			if (is)