Remove redundant 'if defined' check
commitb4b25fdf6a4001d0f42c987e8f9cf9b944b5fb00
authorCarlos R. Mafra <crmafra@gmail.com>
Tue, 16 Mar 2010 10:48:24 +0000 (16 11:48 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 17 Mar 2010 10:12:53 +0000 (17 11:12 +0100)
treec7dfed8b7e91a9f58c60089094af128047dade0e
parentbadecc244b5b27d1425c14b47ee9ab95662838da
Remove redundant 'if defined' check

WindowMaker.h already #includes wconfig.h, which checks exactly
the same thing. So remove it from WindowMaker.h.

However, it would be better if WindowMaker.h didn't include
wconfig.h at all. The only reason I see for the inclusion is
the check for KEEP_XKB_LOCK_STATUS, defined in wconfig.h.
But that can be probably cleaned up too (I guess modern X's
enable XKB stuff that by default, by I haven't checked)

But anyway.
src/WindowMaker.h