Fixed compilation error with disabled xrandr

This commit is contained in:
Deve 2014-08-20 06:49:01 +02:00
parent 6b3786457f
commit 6a48010644

View File

@ -1590,7 +1590,6 @@ video::IVideoModeList* CIrrDeviceLinux::getVideoModeList()
}
XFree(modes);
}
else
#endif
#ifdef _IRR_LINUX_X11_RANDR_
while (XRRQueryExtension(display, &eventbase, &errorbase))