Code not needed at wWindowSetupInitialAttributes
commite71f78f4fe2e9280f22f78b889909cc8e0bc3b68
authorRodolfo García Peñas (kix) <kix@kix.es>
Tue, 23 Oct 2012 21:59:48 +0000 (23 23:59 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 28 Oct 2012 10:58:42 +0000 (28 10:58 +0000)
treed093a1dbd50676b60450d7a2cfb9406bafc95ca0
parenta6d3317a9a32b49cde38b046eb0ff8ac01e301d5
Code not needed at wWindowSetupInitialAttributes

The variable "check" is always False, so the if (!False) is always
True and the function wNETWMCheckClientHints is always called.

The variable check is not used anymore, so the variable check
can be removed.
src/window.c