dix: Remove test for obsolete NO_XINERAMA_PORT macro.

Signed-off-by: Kim Woelders <kim@woelders.dk>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Kim Woelders 2010-06-04 20:20:47 +02:00 committed by Keith Packard
parent a0fe6987b5
commit eacc42132e

View File

@ -3015,9 +3015,8 @@ void
SendVisibilityNotify(WindowPtr pWin)
{
xEvent event;
#ifndef NO_XINERAMA_PORT
unsigned int visibility = pWin->visibility;
#endif
if (!MapUnmapEventsEnabled(pWin))
return;
#ifdef PANORAMIX