forked from e16/e16
1
0
Fork 0

get rid of multihead wanring for eesh

SVN revision: 538
This commit is contained in:
Carsten Haitzler 1999-10-01 16:58:16 +00:00
parent ca017c1f91
commit 998a1a8e34
1 changed files with 0 additions and 9 deletions

View File

@ -28,15 +28,6 @@ SetupX()
root.w = DisplayWidth(disp, root.scr);
root.h = DisplayHeight(disp, root.scr);
/* warn, if necessary about lack fo multi-head support */
if (ScreenCount(disp) > 1)
{
Alert("WARNING:\n"
"Your Xserver supports a multi-headed configuration with\n"
"multiple screens attached to the one display. Enlightenment\n"
"does not currently support multi-headed setups, and as a\n"
"result will only manage the first screen (this one).\n");
}
/* warn, if necessary about X version problems */
if (ProtocolVersion(disp) != 11)
{