Remove silly test.

This commit is contained in:
Dave Davenport 2015-05-12 21:59:51 +02:00
parent 4d7b5a02d6
commit 8abf3335dc
1 changed files with 0 additions and 3 deletions

View File

@ -408,9 +408,6 @@ static char ** window_mode_get_data ( unsigned int *length, Switcher *sw )
if ( client_has_state ( c, netatoms[_NET_WM_STATE_DEMANDS_ATTENTION] ) ) {
c->demands = TRUE;
}
if ( client_has_state ( c, netatoms[_NET_WM_STATE_WITHDRAWN] ) ) {
c->demands = TRUE;
}
if ( ( c->hint_flags & XUrgencyHint ) == XUrgencyHint ) {
c->demands = TRUE;
}